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
Kirill Smelkov
linux
Commits
2c2643a7
Commit
2c2643a7
authored
Jul 09, 2003
by
John Levon
Committed by
Linus Torvalds
Jul 09, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] OProfile: needed fix to IO-APIC timer
Critical fix to the IO-APIC timer support. By Zwane Mwaikambo.
parent
0c4aa1fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
arch/i386/kernel/nmi.c
arch/i386/kernel/nmi.c
+0
-2
No files found.
arch/i386/kernel/nmi.c
View file @
2c2643a7
...
...
@@ -189,7 +189,6 @@ void disable_timer_nmi_watchdog(void)
if
((
nmi_watchdog
!=
NMI_IO_APIC
)
||
(
nmi_active
<=
0
))
return
;
disable_irq
(
0
);
unset_nmi_callback
();
nmi_active
=
-
1
;
nmi_watchdog
=
NMI_NONE
;
...
...
@@ -201,7 +200,6 @@ void enable_timer_nmi_watchdog(void)
nmi_watchdog
=
NMI_IO_APIC
;
touch_nmi_watchdog
();
nmi_active
=
1
;
enable_irq
(
0
);
}
}
...
...
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