This commit is contained in:
committed by
Git OBS Bridge
parent
241ee9df04
commit
d7002a96b9
@@ -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.0.4-testing/xen/arch/x86/io_apic.c
|
||||
===================================================================
|
||||
--- xen-unstable.orig/xen/arch/x86/io_apic.c
|
||||
+++ xen-unstable/xen/arch/x86/io_apic.c
|
||||
@@ -1342,7 +1342,7 @@ static unsigned int startup_level_ioapic
|
||||
--- xen-3.0.4-testing.orig/xen/arch/x86/io_apic.c
|
||||
+++ xen-3.0.4-testing/xen/arch/x86/io_apic.c
|
||||
@@ -1339,7 +1339,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") )
|
||||
@@ -1779,6 +1779,8 @@ void __init setup_IO_APIC(void)
|
||||
@@ -1776,6 +1776,8 @@ void __init setup_IO_APIC(void)
|
||||
else
|
||||
io_apic_irqs = ~PIC_IRQS;
|
||||
|
||||
|
Reference in New Issue
Block a user