summaryrefslogtreecommitdiff
path: root/inotify-syscalls.h
AgeCommit message (Expand)AuthorFilesLines
2006-08-20Syscall number updateTobias Klauser1-4/+32
2006-03-13Initial importTobias Klauser1-0/+61
'40'>40space:mode:
authorCatalin Marinas <catalin.marinas@arm.com>2014-03-26 18:25:55 +0000
committerCatalin Marinas <catalin.marinas@arm.com>2014-04-05 10:06:18 +0100
commitc218bca74eeafa2f8528b6bbb34d112075fcf40a (patch)
tree29b3e350efca77e073436df3cf78b818bf57cc34 /arch/arm64/mm/cache.S
parent35a86976924a9eda7775b5b02ad47268dca1a5b4 (diff)
arm64: Relax the kernel cache requirements for boot
With system caches for the host OS or architected caches for guest OS we cannot easily guarantee that there are no dirty or stale cache lines for the areas of memory written by the kernel during boot with the MMU off (therefore non-cacheable accesses). This patch adds the necessary cache maintenance during boot and relaxes the booting requirements. Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'arch/arm64/mm/cache.S')