diff options
Diffstat (limited to 'arch/sparc')
-rw-r--r-- | arch/sparc/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/sparc/Kconfig b/arch/sparc/Kconfig index 3f8b6a92eabd..7a8698b913fe 100644 --- a/arch/sparc/Kconfig +++ b/arch/sparc/Kconfig | |||
@@ -92,6 +92,9 @@ config AUDIT_ARCH | |||
92 | bool | 92 | bool |
93 | default y | 93 | default y |
94 | 94 | ||
95 | config HAVE_LEGACY_PER_CPU_AREA | ||
96 | def_bool y if SPARC64 | ||
97 | |||
95 | config HAVE_SETUP_PER_CPU_AREA | 98 | config HAVE_SETUP_PER_CPU_AREA |
96 | def_bool y if SPARC64 | 99 | def_bool y if SPARC64 |
97 | 100 | ||