This commit is contained in:
committed by
Git OBS Bridge
parent
be29349429
commit
cf62e5ae4d
@@ -1,11 +1,11 @@
|
||||
Change default IO-APIC ack mode for single IO-APIC systems to old-style. Jan
|
||||
|
||||
|
||||
Index: xen-unstable/xen/arch/x86/io_apic.c
|
||||
Index: xen-3.2-testing/xen/arch/x86/io_apic.c
|
||||
===================================================================
|
||||
--- xen-unstable.orig/xen/arch/x86/io_apic.c
|
||||
+++ xen-unstable/xen/arch/x86/io_apic.c
|
||||
@@ -1339,7 +1339,7 @@ static unsigned int startup_level_ioapic
|
||||
--- xen-3.2-testing.orig/xen/arch/x86/io_apic.c
|
||||
+++ xen-3.2-testing/xen/arch/x86/io_apic.c
|
||||
@@ -1336,7 +1336,7 @@ static unsigned int startup_level_ioapic
|
||||
return 0; /* don't check for pending */
|
||||
}
|
||||
|
||||
@@ -14,7 +14,7 @@ Index: xen-unstable/xen/arch/x86/io_apic.c
|
||||
static void setup_ioapic_ack(char *s)
|
||||
{
|
||||
if ( !strcmp(s, "old") )
|
||||
@@ -1776,6 +1776,8 @@ void __init setup_IO_APIC(void)
|
||||
@@ -1774,6 +1774,8 @@ void __init setup_IO_APIC(void)
|
||||
else
|
||||
io_apic_irqs = ~PIC_IRQS;
|
||||
|
||||
|
Reference in New Issue
Block a user