View | Details | Raw Unified | Return to bug 774 | Differences between
and this patch

Collapse All | Expand All

(-)linux-2.4/arch/i386/kernel/mpparse.c.orig (+5 lines)
Lines 1218-1223 Link Here
1218
	void *madt_end;
1218
	void *madt_end;
1219
	acpi_status status;
1219
	acpi_status status;
1220
1220
1221
#ifdef DONT_DO_INVESTIGATE
1221
	/*
1222
	/*
1222
	 * Ensure that if there is an interrupt source override entry
1223
	 * Ensure that if there is an interrupt source override entry
1223
	 * for the ACPI SCI, we leave it as is. Unfortunately this involves
1224
	 * for the ACPI SCI, we leave it as is. Unfortunately this involves
Lines 1251-1256 Link Here
1251
                	        ((unsigned long) entry + entry->header.length);
1252
                	        ((unsigned long) entry + entry->header.length);
1252
        	}
1253
        	}
1253
	}
1254
	}
1255
#else
1256
	irq = 11;
1257
	acpi_fadt.sci_int = 11;
1258
#endif
1254
1259
1255
	ioapic = mp_find_ioapic(irq);
1260
	ioapic = mp_find_ioapic(irq);
1256
1261

Return to bug 774