diff options
author | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 18:36:17 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 18:36:17 +0900 |
commit | f3c2575818fab45f8609e4aef2e43ab02b3a142e (patch) | |
tree | a4924d7dd8f8df229e36fab24ccccfe12437509b /include/asm-sh/pgtable.h | |
parent | 87b0ef91b6f27c07bf7dcce8584437481f473092 (diff) | |
download | kernel-crypto-f3c2575818fab45f8609e4aef2e43ab02b3a142e.tar.gz kernel-crypto-f3c2575818fab45f8609e4aef2e43ab02b3a142e.tar.xz kernel-crypto-f3c2575818fab45f8609e4aef2e43ab02b3a142e.zip |
sh: Calculate shm alignment at runtime.
Set the SHM alignment at runtime, based off of probed cache desc.
Optimize get_unmapped_area() to only colour align shared mappings.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'include/asm-sh/pgtable.h')
-rw-r--r-- | include/asm-sh/pgtable.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-sh/pgtable.h b/include/asm-sh/pgtable.h index 41c559d8ba8..2c8682ad101 100644 --- a/include/asm-sh/pgtable.h +++ b/include/asm-sh/pgtable.h @@ -340,6 +340,4 @@ extern pte_t ptep_get_and_clear(struct mm_struct *mm, unsigned long addr, pte_t #include <asm-generic/pgtable.h> #endif /* !__ASSEMBLY__ */ - #endif /* __ASM_SH_PAGE_H */ - |