mirror of
https://github.com/torvalds/linux.git
synced 2024-11-16 00:52:01 +00:00
sh: SH-5 uses a 64-bit PTE_MAGNITUDE, as X2 TLB.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
parent
c96bcf958c
commit
55183e9bb2
@ -49,7 +49,7 @@ extern unsigned long empty_zero_page[PAGE_SIZE / sizeof(unsigned long)];
|
||||
* traditional two-level paging structure
|
||||
*/
|
||||
/* PTE bits */
|
||||
#ifdef CONFIG_X2TLB
|
||||
#if defined(CONFIG_X2TLB) || defined(CONFIG_SUPERH64)
|
||||
# define PTE_MAGNITUDE 3 /* 64-bit PTEs on extended mode SH-X2 TLB */
|
||||
#else
|
||||
# define PTE_MAGNITUDE 2 /* 32-bit PTEs */
|
||||
|
Loading…
Reference in New Issue
Block a user