Author: nobse Date: Mon Sep 25 21:52:28 2006 New Revision: 7524 Modified: dists/trunk/linux-2.6/debian/arch/alpha/config.alpha-smp dists/trunk/linux-2.6/debian/changelog
Log: Workaround undefined symbols by setting CONFIG_SCSI=y for smp flavour. Modified: dists/trunk/linux-2.6/debian/arch/alpha/config.alpha-smp ============================================================================== --- dists/trunk/linux-2.6/debian/arch/alpha/config.alpha-smp (original) +++ dists/trunk/linux-2.6/debian/arch/alpha/config.alpha-smp Mon Sep 25 21:52:28 2006 @@ -2,3 +2,4 @@ CONFIG_NR_CPUS=64 # CONFIG_CPUSETS is not set # CONFIG_ALPHA_LEGACY_START_ADDRESS is not set +CONFIG_SCSI=y Modified: dists/trunk/linux-2.6/debian/changelog ============================================================================== --- dists/trunk/linux-2.6/debian/changelog (original) +++ dists/trunk/linux-2.6/debian/changelog Mon Sep 25 21:52:28 2006 @@ -4,9 +4,13 @@ * hppa: Fix compiler dependencies. (closes: #389296) [ Kyle McMartin ] - * hppa: Add parisc patchset. + * hppa: Add parisc patchset. - -- Kyle McMartin <[EMAIL PROTECTED]> Mon, 25 Sep 2006 13:32:38 -0400 + [ Norbert Tretkowski ] + * Workaround undefined symbols by setting CONFIG_SCSI=y for smp flavour. + (closes: #369517) + + -- Norbert Tretkowski <[EMAIL PROTECTED]> Mon, 25 Sep 2006 23:50:24 +0200 linux-2.6 (2.6.18-1) unstable; urgency=low _______________________________________________ Kernel-svn-changes mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/kernel-svn-changes

