diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2012-01-09 17:47:06 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-01-09 17:47:06 -0500 |
commit | 37cfc3f67db9f2d907f6bfcfae590cdbbef623e8 (patch) | |
tree | b573983938838dd76b40a7b53b3744472041720f /arch/sparc/Kconfig | |
parent | 38e5781bbf8e82c1635ea845e0d07b2228a5ac7a (diff) | |
parent | 6e4d177dc07b1c4d8e6ef061fe5ffcc7e7646546 (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next
* git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next:
sparc32: remove unused file: include/asm/pgtsun4.h
sparc32: fix PAGE_SIZE definition
sparc32: enable different preemptions models
sparc32: support atomic64_t
apbuart: fix section mismatch warning
sparc32: drop useless preprocessor conditional in atomic_32.h
sparc32: drop unused atomic24 support
Diffstat (limited to 'arch/sparc/Kconfig')
-rw-r--r-- | arch/sparc/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/sparc/Kconfig b/arch/sparc/Kconfig index 70ae9d81870e..868ea08dff0b 100644 --- a/arch/sparc/Kconfig +++ b/arch/sparc/Kconfig | |||
@@ -31,6 +31,7 @@ config SPARC | |||
31 | 31 | ||
32 | config SPARC32 | 32 | config SPARC32 |
33 | def_bool !64BIT | 33 | def_bool !64BIT |
34 | select GENERIC_ATOMIC64 | ||
34 | 35 | ||
35 | config SPARC64 | 36 | config SPARC64 |
36 | def_bool 64BIT | 37 | def_bool 64BIT |
@@ -383,9 +384,7 @@ config SCHED_MC | |||
383 | making when dealing with multi-core CPU chips at a cost of slightly | 384 | making when dealing with multi-core CPU chips at a cost of slightly |
384 | increased overhead in some places. If unsure say N here. | 385 | increased overhead in some places. If unsure say N here. |
385 | 386 | ||
386 | if SPARC64 | ||
387 | source "kernel/Kconfig.preempt" | 387 | source "kernel/Kconfig.preempt" |
388 | endif | ||
389 | 388 | ||
390 | config CMDLINE_BOOL | 389 | config CMDLINE_BOOL |
391 | bool "Default bootloader kernel arguments" | 390 | bool "Default bootloader kernel arguments" |