Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 145598
b: refs/heads/master
c: abdb5a5
h: refs/heads/master
v: v3
  • Loading branch information
Pekka Enberg authored and Ingo Molnar committed Apr 10, 2009
1 parent 11ba456 commit f14bbec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ac3048dfd4740becf8d768844cf47ebee363c9f8
refs/heads/master: abdb5a5713330e17dfe91ab0d3e29c4744d95162
8 changes: 2 additions & 6 deletions trunk/arch/x86/kernel/irqinit.c
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ static void __init apic_intr_init(void)
#endif
}

#ifdef CONFIG_X86_32
/**
* x86_quirk_pre_intr_init - initialisation prior to setting up interrupt vectors
*
Expand All @@ -217,24 +216,21 @@ static void __init apic_intr_init(void)
**/
static void __init x86_quirk_pre_intr_init(void)
{
#ifdef CONFIG_X86_32
if (x86_quirks->arch_pre_intr_init) {
if (x86_quirks->arch_pre_intr_init())
return;
}
#endif
init_ISA_irqs();
}
#endif

void __init native_init_IRQ(void)
{
int i;

#ifdef CONFIG_X86_32
/* Execute any quirks before the call gates are initialised: */
x86_quirk_pre_intr_init();
#else
init_ISA_irqs();
#endif

/*
* Cover the whole vector space, no vector can escape
Expand Down

0 comments on commit f14bbec

Please sign in to comment.