diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-01-10 12:23:29 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-02-15 16:39:12 -0500 |
commit | e119bfff1f102f8d1505910cd6c09df55c776b43 (patch) | |
tree | 9965ed156096521c3106f7451b758d2bf08f0c68 /arch/arm/Kconfig | |
parent | 373b32abf9b33616ad94283461bb2ab49e8371d5 (diff) |
ARM: Move creation of /proc/cpu out of alignment.c
Always creating this directory avoids other users having to jump
through silly hoops when they want to share this directory.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index c2238cd474c7..b224216c11db 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -52,6 +52,9 @@ config HAVE_TCM | |||
52 | bool | 52 | bool |
53 | select GENERIC_ALLOCATOR | 53 | select GENERIC_ALLOCATOR |
54 | 54 | ||
55 | config HAVE_PROC_CPU | ||
56 | bool | ||
57 | |||
55 | config NO_IOPORT | 58 | config NO_IOPORT |
56 | bool | 59 | bool |
57 | 60 | ||
@@ -1229,6 +1232,7 @@ config ALIGNMENT_TRAP | |||
1229 | bool | 1232 | bool |
1230 | depends on CPU_CP15_MMU | 1233 | depends on CPU_CP15_MMU |
1231 | default y if !ARCH_EBSA110 | 1234 | default y if !ARCH_EBSA110 |
1235 | select HAVE_PROC_CPU if PROC_FS | ||
1232 | help | 1236 | help |
1233 | ARM processors cannot fetch/store information which is not | 1237 | ARM processors cannot fetch/store information which is not |
1234 | naturally aligned on the bus, i.e., a 4 byte fetch must start at an | 1238 | naturally aligned on the bus, i.e., a 4 byte fetch must start at an |