diff options
author | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-17 12:05:55 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-17 12:05:55 -0400 |
commit | c548f08a4f7b89b93c805e0c4024b8302afa7121 (patch) | |
tree | 5cf791db4912831469b70390aa58376f1c724386 /arch/powerpc/configs/pseries_defconfig | |
parent | 347c53dca73fca317d57781f510f5ff4f6c0d0d7 (diff) | |
parent | 4acadb965c4aa587aac29a0a91203c4745d6fb4e (diff) |
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc
* 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc: (24 commits)
[POWERPC] Fix vmemmap warning in init_64.c
[POWERPC] Fix 64 bits vDSO DWARF info for CR register
[POWERPC] Add 1TB workaround for PA6T
[POWERPC] Enable NO_HZ and high res timers for pseries and ppc64 configs
[POWERPC] Quieten cache information at boot
[POWERPC] Quieten clockevent printk
[POWERPC] Enable SLUB in *_defconfig
[POWERPC] Fix 1TB segment detection
[POWERPC] Fix iSeries_hpte_insert prototype
[POWERPC] Fix copyright symbol
[POWERPC] ibmebus: Move to of_device and of_platform_driver, match eHCA and eHEA drivers
[POWERPC] ibmebus: Add device creation and bus probing based on of_device
[POWERPC] ibmebus: Remove bus match/probe/remove functions
[POWERPC] Move of_device allocation into of_device.[ch]
[POWERPC] mpc52xx: device tree changes for FEC and MDIO
[POWERPC] bestcomm: GenBD task support
[POWERPC] bestcomm: FEC task support
[POWERPC] bestcomm: ATA task support
[POWERPC] bestcomm: core bestcomm support for Freescale MPC5200
[POWERPC] mpc52xx: Update mpc52xx_psc structure with B revision changes
...
Diffstat (limited to 'arch/powerpc/configs/pseries_defconfig')
-rw-r--r-- | arch/powerpc/configs/pseries_defconfig | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/arch/powerpc/configs/pseries_defconfig b/arch/powerpc/configs/pseries_defconfig index 0f274e5f6926..c09eb8cfbe71 100644 --- a/arch/powerpc/configs/pseries_defconfig +++ b/arch/powerpc/configs/pseries_defconfig | |||
@@ -96,8 +96,9 @@ CONFIG_TIMERFD=y | |||
96 | CONFIG_EVENTFD=y | 96 | CONFIG_EVENTFD=y |
97 | CONFIG_SHMEM=y | 97 | CONFIG_SHMEM=y |
98 | CONFIG_VM_EVENT_COUNTERS=y | 98 | CONFIG_VM_EVENT_COUNTERS=y |
99 | CONFIG_SLAB=y | 99 | CONFIG_SLUB_DEBUG=y |
100 | # CONFIG_SLUB is not set | 100 | # CONFIG_SLAB is not set |
101 | CONFIG_SLUB=y | ||
101 | # CONFIG_SLOB is not set | 102 | # CONFIG_SLOB is not set |
102 | CONFIG_RT_MUTEXES=y | 103 | CONFIG_RT_MUTEXES=y |
103 | # CONFIG_TINY_SHMEM is not set | 104 | # CONFIG_TINY_SHMEM is not set |
@@ -176,6 +177,10 @@ CONFIG_IBMEBUS=y | |||
176 | # | 177 | # |
177 | # Kernel options | 178 | # Kernel options |
178 | # | 179 | # |
180 | CONFIG_TICK_ONESHOT=y | ||
181 | CONFIG_NO_HZ=y | ||
182 | CONFIG_HIGH_RES_TIMERS=y | ||
183 | CONFIG_GENERIC_CLOCKEVENTS_BUILD=y | ||
179 | # CONFIG_HZ_100 is not set | 184 | # CONFIG_HZ_100 is not set |
180 | CONFIG_HZ_250=y | 185 | CONFIG_HZ_250=y |
181 | # CONFIG_HZ_300 is not set | 186 | # CONFIG_HZ_300 is not set |
@@ -1504,7 +1509,7 @@ CONFIG_DETECT_SOFTLOCKUP=y | |||
1504 | CONFIG_SCHED_DEBUG=y | 1509 | CONFIG_SCHED_DEBUG=y |
1505 | # CONFIG_SCHEDSTATS is not set | 1510 | # CONFIG_SCHEDSTATS is not set |
1506 | # CONFIG_TIMER_STATS is not set | 1511 | # CONFIG_TIMER_STATS is not set |
1507 | # CONFIG_DEBUG_SLAB is not set | 1512 | # CONFIG_SLUB_DEBUG_ON is not set |
1508 | # CONFIG_DEBUG_RT_MUTEXES is not set | 1513 | # CONFIG_DEBUG_RT_MUTEXES is not set |
1509 | # CONFIG_RT_MUTEX_TESTER is not set | 1514 | # CONFIG_RT_MUTEX_TESTER is not set |
1510 | # CONFIG_DEBUG_SPINLOCK is not set | 1515 | # CONFIG_DEBUG_SPINLOCK is not set |