diff options
Diffstat (limited to 'arch/sparc/Kconfig')
-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 97fca4695e0b..ac45aab741a5 100644 --- a/arch/sparc/Kconfig +++ b/arch/sparc/Kconfig | |||
@@ -102,6 +102,9 @@ config HAVE_SETUP_PER_CPU_AREA | |||
102 | config NEED_PER_CPU_EMBED_FIRST_CHUNK | 102 | config NEED_PER_CPU_EMBED_FIRST_CHUNK |
103 | def_bool y if SPARC64 | 103 | def_bool y if SPARC64 |
104 | 104 | ||
105 | config NEED_PER_CPU_PAGE_FIRST_CHUNK | ||
106 | def_bool y if SPARC64 | ||
107 | |||
105 | config GENERIC_HARDIRQS_NO__DO_IRQ | 108 | config GENERIC_HARDIRQS_NO__DO_IRQ |
106 | bool | 109 | bool |
107 | def_bool y if SPARC64 | 110 | def_bool y if SPARC64 |