diff --git a/debian/arch/i386/config b/debian/arch/i386/config index a1c9129a1..9df8675d2 100644 --- a/debian/arch/i386/config +++ b/debian/arch/i386/config @@ -1904,3 +1904,11 @@ CONFIG_IBMASR=m CONFIG_SBC8360_WDT=m CONFIG_W83977F_WDT=m CONFIG_I6300ESB_WDT=m +CONFIG_X86_32=y +CONFIG_BLK_DEV_CS5535=m +CONFIG_PM_LEGACY=y +CONFIG_INPUT_WISTRON_BTNS=m +CONFIG_FLATMEM_MANUAL=y +# CONFIG_SPARSEMEM_MANUAL is not set +# CONFIG_DISCONTIGMEM_MANUAL is not set +CONFIG_SPLIT_PTLOCK_CPUS=4 diff --git a/debian/arch/i386/config.686 b/debian/arch/i386/config.686 index 5587a839d..8fe010657 100644 --- a/debian/arch/i386/config.686 +++ b/debian/arch/i386/config.686 @@ -83,3 +83,4 @@ CONFIG_EXT2_FS=m CONFIG_FS_MBCACHE=m CONFIG_LOG_BUF_SHIFT=14 # CONFIG_DEBUG_HIGHMEM is not set +CONFIG_X86_CMPXCHG64=y diff --git a/debian/arch/i386/config.686-smp b/debian/arch/i386/config.686-smp index 7116f8ce0..82b50d1cf 100644 --- a/debian/arch/i386/config.686-smp +++ b/debian/arch/i386/config.686-smp @@ -69,3 +69,4 @@ CONFIG_LOG_BUF_SHIFT=15 CONFIG_X86_SMP=y CONFIG_X86_HT=y CONFIG_X86_TRAMPOLINE=y +CONFIG_X86_CMPXCHG64=y diff --git a/debian/arch/i386/config.k7 b/debian/arch/i386/config.k7 index 04a6fc066..132f8be98 100644 --- a/debian/arch/i386/config.k7 +++ b/debian/arch/i386/config.k7 @@ -84,3 +84,4 @@ CONFIG_EXT2_FS=m CONFIG_FS_MBCACHE=m CONFIG_LOG_BUF_SHIFT=14 # CONFIG_DEBUG_HIGHMEM is not set +CONFIG_X86_CMPXCHG64=y diff --git a/debian/arch/i386/config.k7-smp b/debian/arch/i386/config.k7-smp index 967fce5cd..b210d6521 100644 --- a/debian/arch/i386/config.k7-smp +++ b/debian/arch/i386/config.k7-smp @@ -70,3 +70,4 @@ CONFIG_LOG_BUF_SHIFT=15 CONFIG_X86_SMP=y CONFIG_X86_HT=y CONFIG_X86_TRAMPOLINE=y +CONFIG_X86_CMPXCHG64=y diff --git a/debian/changelog b/debian/changelog index 01b8544be..9d8d62472 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,18 +1,14 @@ -linux-2.6 (2.6.14+2.6.15-rc4-0experimental.1) UNRELEASED; urgency=low +linux-2.6 (2.6.14+2.6.15-rc4-0experimental.1) experimental; urgency=low [ Frederik Schüler ] * New upstream release candidate. * Readdition of qla2xxx drivers, as firmware license has been fixed. * Make CONFIG_PACKET, PACKET_MM and UNIX builtin on all architectures: statically linked has better performance then modules due to TLB issue. + * clean up debian-patches dir: remove all obsolete patches. [ Simon Horman ] * Enable MKISS globally (closes: #340215) - - [ Sven Luther ] - * [powerpc] Now use ARCH=powerpc for both 32bit and 64bit powerpc flavours. - - [ Simon Horman ] * Add recommends libc6-i686 to 686 and k7 image packages (closes: #278729) * Enable OBSOLETE_OSS_USB_DRIVER and USB_AUDIO @@ -21,12 +17,15 @@ linux-2.6 (2.6.14+2.6.15-rc4-0experimental.1) UNRELEASED; urgency=low possibly soon if it proves to be a source of bugs. (closes: #340388) + [ Sven Luther ] + * [powerpc] Now use ARCH=powerpc for both 32bit and 64bit powerpc flavours. + [ Jurij Smakov ] * Drop tty-locking-fixes9.patch, which was preventing the oops during shutdown on some sparc machines with serial console. Proper fix has been incorporated upstream. - -- Simon Horman Wed, 30 Nov 2005 16:42:57 +0900 + -- Frederik Schüler Thu, 1 Dec 2005 22:13:02 +0000 linux-2.6 (2.6.14-3) unstable; urgency=low