diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2014-01-23 22:11:50 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-01-23 22:11:50 -0500 |
commit | 3aacd625f20129f5a41ea3ff3b5353b0e4dabd01 (patch) | |
tree | 7cf4ea65397f80098b30494df31cfc8f5fa26d63 /arch/arm | |
parent | 7e21774db5cc9cf8fe93a64a2f0c6cf47db8ab24 (diff) | |
parent | 2a1d689c9ba42a6066540fb221b6ecbd6298b728 (diff) |
Merge branch 'akpm' (incoming from Andrew)
Merge second patch-bomb from Andrew Morton:
- various misc bits
- the rest of MM
- add generic fixmap.h, use it
- backlight updates
- dynamic_debug updates
- printk() updates
- checkpatch updates
- binfmt_elf
- ramfs
- init/
- autofs4
- drivers/rtc
- nilfs
- hfsplus
- Documentation/
- coredump
- procfs
- fork
- exec
- kexec
- kdump
- partitions
- rapidio
- rbtree
- userns
- memstick
- w1
- decompressors
* emailed patches from Andrew Morton <akpm@linux-foundation.org>: (197 commits)
lib/decompress_unlz4.c: always set an error return code on failures
romfs: fix returm err while getting inode in fill_super
drivers/w1/masters/w1-gpio.c: add strong pullup emulation
drivers/memstick/host/rtsx_pci_ms.c: fix ms card data transfer bug
userns: relax the posix_acl_valid() checks
arch/sh/kernel/dwarf.c: use rbtree postorder iteration helper instead of solution using repeated rb_erase()
fs-ext3-use-rbtree-postorder-iteration-helper-instead-of-opencoding-fix
fs/ext3: use rbtree postorder iteration helper instead of opencoding
fs/jffs2: use rbtree postorder iteration helper instead of opencoding
fs/ext4: use rbtree postorder iteration helper instead of opencoding
fs/ubifs: use rbtree postorder iteration helper instead of opencoding
net/netfilter/ipset/ip_set_hash_netiface.c: use rbtree postorder iteration instead of opencoding
rbtree/test: test rbtree_postorder_for_each_entry_safe()
rbtree/test: move rb_node to the middle of the test struct
rapidio: add modular rapidio core build into powerpc and mips branches
partitions/efi: complete documentation of gpt kernel param purpose
kdump: add /sys/kernel/vmcoreinfo ABI documentation
kdump: fix exported size of vmcoreinfo note
kexec: add sysctl to disable kexec_load
fs/exec.c: call arch_pick_mmap_layout() only once
...
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/Kconfig | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index f9b0fd387c6f..dc6ef9a2c649 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -1470,14 +1470,14 @@ config SMP | |||
1470 | depends on MMU || ARM_MPU | 1470 | depends on MMU || ARM_MPU |
1471 | help | 1471 | help |
1472 | This enables support for systems with more than one CPU. If you have | 1472 | This enables support for systems with more than one CPU. If you have |
1473 | a system with only one CPU, like most personal computers, say N. If | 1473 | a system with only one CPU, say N. If you have a system with more |
1474 | you have a system with more than one CPU, say Y. | 1474 | than one CPU, say Y. |
1475 | 1475 | ||
1476 | If you say N here, the kernel will run on single and multiprocessor | 1476 | If you say N here, the kernel will run on uni- and multiprocessor |
1477 | machines, but will use only one CPU of a multiprocessor machine. If | 1477 | machines, but will use only one CPU of a multiprocessor machine. If |
1478 | you say Y here, the kernel will run on many, but not all, single | 1478 | you say Y here, the kernel will run on many, but not all, |
1479 | processor machines. On a single processor machine, the kernel will | 1479 | uniprocessor machines. On a uniprocessor machine, the kernel |
1480 | run faster if you say N here. | 1480 | will run faster if you say N here. |
1481 | 1481 | ||
1482 | See also <file:Documentation/x86/i386/IO-APIC.txt>, | 1482 | See also <file:Documentation/x86/i386/IO-APIC.txt>, |
1483 | <file:Documentation/nmi_watchdog.txt> and the SMP-HOWTO available at | 1483 | <file:Documentation/nmi_watchdog.txt> and the SMP-HOWTO available at |