Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
89ded761
Commit
89ded761
authored
May 10, 2002
by
James Bottomley
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ARCH SPLIT]
Add back missing hook lost in hand merger
parent
85093bbc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
arch/i386/kernel/i8259.c
arch/i386/kernel/i8259.c
+4
-0
No files found.
arch/i386/kernel/i8259.c
View file @
89ded761
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment