diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2008-04-21 18:50:49 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-04-21 18:50:49 -0400 |
commit | 9a64388d83f6ef08dfff405a9d122e3dbcb6bf38 (patch) | |
tree | a77532ce4d6d56be6c6c7f405cd901a0184250fb /arch/powerpc/configs/ppc64_defconfig | |
parent | e80ab411e589e00550e2e6e5a6a02d59cc730357 (diff) | |
parent | 14b3ca4022f050f8622ed282b734ddf445464583 (diff) |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc
* 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc: (202 commits)
[POWERPC] Fix compile breakage for 64-bit UP configs
[POWERPC] Define copy_siginfo_from_user32
[POWERPC] Add compat handler for PTRACE_GETSIGINFO
[POWERPC] i2c: Fix build breakage introduced by OF helpers
[POWERPC] Optimize fls64() on 64-bit processors
[POWERPC] irqtrace support for 64-bit powerpc
[POWERPC] Stacktrace support for lockdep
[POWERPC] Move stackframe definitions to common header
[POWERPC] Fix device-tree locking vs. interrupts
[POWERPC] Make pci_bus_to_host()'s struct pci_bus * argument const
[POWERPC] Remove unused __max_memory variable
[POWERPC] Simplify xics direct/lpar irq_host setup
[POWERPC] Use pseries_setup_i8259_cascade() in pseries_mpic_init_IRQ()
[POWERPC] Turn xics_setup_8259_cascade() into a generic pseries_setup_i8259_cascade()
[POWERPC] Move xics_setup_8259_cascade() into platforms/pseries/setup.c
[POWERPC] Use asm-generic/bitops/find.h in bitops.h
[POWERPC] 83xx: mpc8315 - fix USB UTMI Host setup
[POWERPC] 85xx: Fix the size of qe muram for MPC8568E
[POWERPC] 86xx: mpc86xx_hpcn - Temporarily accept old dts node identifier.
[POWERPC] 86xx: mark functions static, other minor cleanups
...
Diffstat (limited to 'arch/powerpc/configs/ppc64_defconfig')
-rw-r--r-- | arch/powerpc/configs/ppc64_defconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/powerpc/configs/ppc64_defconfig b/arch/powerpc/configs/ppc64_defconfig index 880ab7ad10c1..970282b1a004 100644 --- a/arch/powerpc/configs/ppc64_defconfig +++ b/arch/powerpc/configs/ppc64_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.25-rc6 | 3 | # Linux kernel version: 2.6.25-rc6 |
4 | # Thu Mar 20 11:06:28 2008 | 4 | # Thu Mar 27 13:56:24 2008 |
5 | # | 5 | # |
6 | CONFIG_PPC64=y | 6 | CONFIG_PPC64=y |
7 | 7 | ||
@@ -84,8 +84,6 @@ CONFIG_CGROUPS=y | |||
84 | # CONFIG_CGROUP_NS is not set | 84 | # CONFIG_CGROUP_NS is not set |
85 | CONFIG_CPUSETS=y | 85 | CONFIG_CPUSETS=y |
86 | # CONFIG_GROUP_SCHED is not set | 86 | # CONFIG_GROUP_SCHED is not set |
87 | # CONFIG_USER_SCHED is not set | ||
88 | # CONFIG_CGROUP_SCHED is not set | ||
89 | # CONFIG_CGROUP_CPUACCT is not set | 87 | # CONFIG_CGROUP_CPUACCT is not set |
90 | # CONFIG_RESOURCE_COUNTERS is not set | 88 | # CONFIG_RESOURCE_COUNTERS is not set |
91 | CONFIG_SYSFS_DEPRECATED=y | 89 | CONFIG_SYSFS_DEPRECATED=y |
@@ -289,6 +287,7 @@ CONFIG_ARCH_HAS_WALK_MEMORY=y | |||
289 | CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y | 287 | CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y |
290 | CONFIG_KEXEC=y | 288 | CONFIG_KEXEC=y |
291 | # CONFIG_CRASH_DUMP is not set | 289 | # CONFIG_CRASH_DUMP is not set |
290 | # CONFIG_PHYP_DUMP is not set | ||
292 | CONFIG_IRQ_ALL_CPUS=y | 291 | CONFIG_IRQ_ALL_CPUS=y |
293 | # CONFIG_NUMA is not set | 292 | # CONFIG_NUMA is not set |
294 | CONFIG_ARCH_SELECT_MEMORY_MODEL=y | 293 | CONFIG_ARCH_SELECT_MEMORY_MODEL=y |
@@ -335,7 +334,7 @@ CONFIG_PCI_SYSCALL=y | |||
335 | # CONFIG_PCIEPORTBUS is not set | 334 | # CONFIG_PCIEPORTBUS is not set |
336 | CONFIG_ARCH_SUPPORTS_MSI=y | 335 | CONFIG_ARCH_SUPPORTS_MSI=y |
337 | CONFIG_PCI_MSI=y | 336 | CONFIG_PCI_MSI=y |
338 | CONFIG_PCI_LEGACY=y | 337 | # CONFIG_PCI_LEGACY is not set |
339 | # CONFIG_PCI_DEBUG is not set | 338 | # CONFIG_PCI_DEBUG is not set |
340 | CONFIG_PCCARD=y | 339 | CONFIG_PCCARD=y |
341 | # CONFIG_PCMCIA_DEBUG is not set | 340 | # CONFIG_PCMCIA_DEBUG is not set |
@@ -1881,6 +1880,7 @@ CONFIG_PLIST=y | |||
1881 | CONFIG_HAS_IOMEM=y | 1880 | CONFIG_HAS_IOMEM=y |
1882 | CONFIG_HAS_IOPORT=y | 1881 | CONFIG_HAS_IOPORT=y |
1883 | CONFIG_HAS_DMA=y | 1882 | CONFIG_HAS_DMA=y |
1883 | CONFIG_HAVE_LMB=y | ||
1884 | 1884 | ||
1885 | # | 1885 | # |
1886 | # Kernel hacking | 1886 | # Kernel hacking |