From f6851f58c476d27d0ce8f42e474e69d45ae83caf Mon Sep 17 00:00:00 2001 From: Norbert Tretkowski Date: Mon, 25 Sep 2006 21:52:28 +0000 Subject: [PATCH] Workaround undefined symbols by setting CONFIG_SCSI=y for smp flavour. svn path=/dists/trunk/linux-2.6/; revision=7524 --- debian/arch/alpha/config.alpha-smp | 1 + debian/changelog | 8 ++++++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/debian/arch/alpha/config.alpha-smp b/debian/arch/alpha/config.alpha-smp index 55f3c34a3..40b5f0231 100644 --- a/debian/arch/alpha/config.alpha-smp +++ b/debian/arch/alpha/config.alpha-smp @@ -2,3 +2,4 @@ CONFIG_SMP=y CONFIG_NR_CPUS=64 # CONFIG_CPUSETS is not set # CONFIG_ALPHA_LEGACY_START_ADDRESS is not set +CONFIG_SCSI=y diff --git a/debian/changelog b/debian/changelog index 9d07219b0..8188ca17e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,9 +4,13 @@ linux-2.6 (2.6.18-2) UNRELEASED; urgency=low * hppa: Fix compiler dependencies. (closes: #389296) [ Kyle McMartin ] - * hppa: Add parisc patchset. + * hppa: Add parisc patchset. - -- Kyle McMartin 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 Mon, 25 Sep 2006 23:50:24 +0200 linux-2.6 (2.6.18-1) unstable; urgency=low