Skip to content

Commit

Permalink
sh: SH-5 uses a 64-bit PTE_MAGNITUDE, as X2 TLB.
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Paul Mundt committed Jan 28, 2008
1 parent c96bcf9 commit 55183e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/asm-sh/pgtable.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 55183e9

Please sign in to comment.