summaryrefslogtreecommitdiff
path: root/fs/dcache.c
diff options
context:
space:
mode:
authorCatalin Marinas <catalin.marinas@arm.com>2014-04-03 15:57:15 +0100
committerChanho Park <chanho61.park@samsung.com>2014-04-16 21:36:53 +0900
commit3694f72aa1c4b629c8ed3145630451f45d1828b2 (patch)
tree3c3eb694e70644215e58650b1a6dc644d1f6c248 /fs/dcache.c
parent398b2852a01ac90e5269933380b552da54ec9da9 (diff)
downloadlinux-3.10-3694f72aa1c4b629c8ed3145630451f45d1828b2.tar.gz
linux-3.10-3694f72aa1c4b629c8ed3145630451f45d1828b2.tar.bz2
linux-3.10-3694f72aa1c4b629c8ed3145630451f45d1828b2.zip
arm64: Clean up the default pgprot setting
The primary aim of this patchset is to remove the pgprot_default and prot_sect_default global variables and rely strictly on predefined values. The original goal was to be able to run SMP kernels on UP hardware by not setting the Shareability bit. However, it is unlikely to see UP ARMv8 hardware and even if we do, the Shareability bit is no longer assumed to disable cacheable accesses. A side effect is that the device mappings now have the Shareability attribute set. The hardware, however, should ignore it since Device accesses are always Outer Shareable. Following the removal of the two global variables, there is some PROT_* macro reshuffling and cleanup, including the __PAGE_* macros (replaced by PAGE_*). Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'fs/dcache.c')
0 files changed, 0 insertions, 0 deletions