Hi.
>>>>> "s-sumi" == s-sumi <[EMAIL PROTECTED]> writes:
s-sumi> Here is a small patch to fix IRQ problem. We have only tested on
Here is a small patch to fix "noapic" boot option. The virsion 2.2.2 -
2.2.5 kernels do not boot with "noapic" option on machines with APIC.
My colleague fixed this problem.
I am sorry if this patch has already posted.
Thank you.
linux-2.2.5-ac7/arch/i386/kernel/bios32.c
=================================
*** bios32.c.org Mon Mar 22 00:24:54 1999
--- bios32.c Thu Apr 15 19:34:43 1999
***************
*** 1094,1099 ****
--- 1094,1100 ----
* Fix base addresses, I/O and memory enables and IRQ's (mostly work-arounds
* for buggy PCI BIOS'es :-[).
*/
+ extern int skip_ioapic_setup;
static void __init pcibios_fixup_devices(void)
{
***************
*** 1147,1153 ****
/*
* Recalculate IRQ numbers if we use the I/O APIC
*/
! {
int irq;
unsigned char pin;
--- 1148,1154 ----
/*
* Recalculate IRQ numbers if we use the I/O APIC
*/
! if (!skip_ioapic_setup) {
int irq;
unsigned char pin;
=================================
-----
Shinji Sumimoto E-Mail: [EMAIL PROTECTED]
Real World Computing Partnership, Japan.
-
Linux SMP list: FIRST see FAQ at http://www.irisa.fr/prive/mentre/smp-faq/
To Unsubscribe: send "unsubscribe linux-smp" to [EMAIL PROTECTED]