diff -u -rN linux-2.4.21.SuSE-1.ori/Makefile linux-2.4.21.SuSE-1/Makefile --- linux-2.4.21.SuSE-1.ori/Makefile 2003-07-04 14:02:41.000000000 +0200 +++ linux-2.4.21.SuSE-1/Makefile 2003-08-20 18:50:34.000000000 +0200 @@ -82,7 +82,7 @@ # images. Uncomment if you want to place them anywhere other than root. # -export INSTALL_PATH=/boot +export INSTALL_PATH=/ # # INSTALL_MOD_PATH specifies a prefix to MODLIB for module directory diff -u -rN linux-2.4.21.SuSE-1.ori/arch/i386/kernel/dmi_scan.c linux-2.4.21.SuSE-1/arch/i386/kernel/dmi_scan.c --- linux-2.4.21.SuSE-1.ori/arch/i386/kernel/dmi_scan.c 2003-07-04 14:02:38.000000000 +0200 +++ linux-2.4.21.SuSE-1/arch/i386/kernel/dmi_scan.c 2003-08-20 19:05:09.000000000 +0200 @@ -508,7 +508,11 @@ extern int acpi_disabled, use_acpi_pci, enable_acpi_smp_table, acpi_force; -extern int enable_apic_up, skip_ioapic_setup; +#if 0 + extern int enable_apic_up, skip_ioapic_setup; +#else + extern int skip_ioapic_setup; +#endif static __init __attribute__((unused)) int acpi_disable(struct dmi_blacklist *d) { @@ -554,7 +558,9 @@ static __init int force_apic(struct dmi_blacklist *d) { printk(KERN_NOTICE "%s detected: force APIC\n", d->ident); +#if 0 enable_apic_up = 1; +#endif skip_ioapic_setup = 0; return 0; } diff -u -rN linux-2.4.21.SuSE-1.ori/drivers/scsi/aic7xxx/Makefile linux-2.4.21.SuSE-1/drivers/scsi/aic7xxx/Makefile --- linux-2.4.21.SuSE-1.ori/drivers/scsi/aic7xxx/Makefile 2003-07-04 14:02:30.000000000 +0200 +++ linux-2.4.21.SuSE-1/drivers/scsi/aic7xxx/Makefile 2003-08-20 22:01:56.000000000 +0200 @@ -13,7 +13,7 @@ obj-$(CONFIG_SCSI_AIC79XX) += aic79xx.o endif -EXTRA_CFLAGS += -I$(TOPDIR)/drivers/scsi -Werror +EXTRA_CFLAGS += -I$(TOPDIR)/drivers/scsi # -Werror #EXTRA_CFLAGS += -g # Platform Specific Files