aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/configs/mpc7448_hpc2_defconfig (follow)
AgeCommit message (Collapse)AuthorFilesLines
2007-10-17[POWERPC] Enable SLUB in *_defconfigAnton Blanchard1-2/+3
When checking out the new NO_HZ support in powerpc, I noticed we never slept for more than 2 seconds. It turns out SLAB has a 2 second per cpu timer that causes this. After switching to SLUB I see some nice 4 second sleeps which is the limit on this POWER6 box (the decrementer ticks at 512MHz): slept 4.19 sec slept 4.19 sec slept 4.19 sec slept 4.19 sec slept 3.96 sec slept 3.80 sec slept 2.99 sec Since SLUB is now the default and some powerpc defconfigs already enable it, lets enable SLUB across the board for consistency. While doing this I also noticed that the maple defconfig has SLAB debugging enabled which is sure to make your box nice and slow. Fix that too. Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Paul Mackerras <paulus@samba.org>
2007-08-29[POWERPC] Update defconfigsKumar Gala1-145/+57
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2007-07-02[POWERPC] Update defconfigsKumar Gala1-127/+85
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2007-01-22[POWERPC] Update defconfigsPaul Mackerras1-44/+131
Mostly took the defaults, except tried to get the netfilter options more or less as they were before. Signed-off-by: Paul Mackerras <paulus@samba.org>
2006-09-26[POWERPC] update powerpc defconfig files after libata kconfig breakageOlaf Hering1-14/+14
Update defconfig files after libata .config breakage sed -i 's/CONFIG_SCSI_SATA_/CONFIG_SATA_/;s/CONFIG_SCSI_SATA/CONFIG_ATA/' arch/powerpc/configs/*g Signed-off-by: Olaf Hering <olaf@aepfle.de> Signed-off-by: Paul Mackerras <paulus@samba.org>
2006-09-10[POWERPC] Update defconfigsPaul Mackerras1-12/+52
Signed-off-by: Paul Mackerras <paulus@samba.org>
2006-06-29[POWERPC] mpc7448hpc2 (taiga) board config fileZang Roy-r619111-0/+923
Add default config for mpc7448 hpc2 (taiga) board. Signed-off-by: Roy Zang <tie-fei.zang@freescale.com> Signed-off-by: Paul Mackerras <paulus@samba.org>