Commit 89ded761 authored by James Bottomley's avatar James Bottomley

[ARCH SPLIT]

Add back missing hook lost in hand merger
parent 85093bbc
......@@ -340,6 +340,7 @@ void __init init_IRQ(void)
{
int i;
/* all the set up before the call gates are initialised */
pre_intr_init_hook();
/*
......@@ -353,6 +354,9 @@ void __init init_IRQ(void)
set_intr_gate(vector, interrupt[i]);
}
/* setup after call gates are initialised (usually add in
* the architecture specific gates */
intr_init_hook();
/*
* Set the clock to HZ Hz, we already have a valid
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment