Disabled software suspend on powerpc-smp, as it is x86 cdentric on powerpc :(

svn path=/trunk/kernel/source/linux-2.6-2.6.12/; revision=3536
This commit is contained in:
Sven Luther 2005-07-16 06:54:05 +00:00
parent f98fa3ea65
commit 27393a09a9
2 changed files with 4 additions and 3 deletions

View File

@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.12
# Fri Jul 15 10:07:06 2005
# Sat Jul 16 06:49:33 2005
#
CONFIG_MMU=y
CONFIG_GENERIC_HARDIRQS=y
@ -151,8 +151,7 @@ CONFIG_PROC_PREPRESIDUAL=y
CONFIG_CMDLINE_BOOL=y
CONFIG_CMDLINE="console=ttyS0,9600 console=tty0"
# CONFIG_PM_DEBUG is not set
CONFIG_SOFTWARE_SUSPEND=y
CONFIG_PM_STD_PARTITION=""
# CONFIG_SOFTWARE_SUSPEND is not set
CONFIG_ISA_DMA_API=y
#

2
debian/changelog vendored
View File

@ -47,5 +47,7 @@ linux-2.6 (2.6.12-1) UNRELEASED; urgency=low
needs some cleanup and tidying yet. (Sven Luther)
* Removed the ibmvscsi patch, as Christoph doesn't like it, and it failed to
build anyway. (Sven Luther)
* Disabled software suspend on powerpc-smp, as the smp code in software
suspend is amd64/i386 only. (Sven Luther)
-- Joshua Kwan <joshk@triplehelix.org> Sat, 16 Jul 2005 05:54:16 +0300