Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 68282
b: refs/heads/master
c: 4d2cab7
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mundt committed Sep 27, 2007
1 parent 06a7a19 commit bc61e6a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 26fad19d8c3ca9abd7ffb85a63f8e25f1b4910dc
refs/heads/master: 4d2cab7c00ebf5c12c3177763fed5a6b4658d384
8 changes: 5 additions & 3 deletions trunk/arch/sh/mm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -336,25 +336,27 @@ config ARCH_MEMORY_PROBE

choice
prompt "Kernel page size"
default PAGE_SIZE_8KB if X2TLB
default PAGE_SIZE_4KB

config PAGE_SIZE_4KB
bool "4kB"
depends on !X2TLB
help
This is the default page size used by all SuperH CPUs.

config PAGE_SIZE_8KB
bool "8kB"
depends on EXPERIMENTAL && X2TLB
depends on X2TLB
help
This enables 8kB pages as supported by SH-X2 and later MMUs.

config PAGE_SIZE_64KB
bool "64kB"
depends on EXPERIMENTAL && CPU_SH4
depends on CPU_SH4
help
This enables support for 64kB pages, possible on all SH-4
CPUs and later. Highly experimental, not recommended.
CPUs and later.

endchoice

Expand Down

0 comments on commit bc61e6a

Please sign in to comment.