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
0a917d84
Commit
0a917d84
authored
Apr 07, 2003
by
Alan Cox
Committed by
Linus Torvalds
Apr 07, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] use mach io_ports definitions in io_apic
Allows for the non standard cascade
parent
d747e6b5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
arch/i386/kernel/io_apic.c
arch/i386/kernel/io_apic.c
+3
-1
No files found.
arch/i386/kernel/io_apic.c
View file @
0a917d84
...
@@ -38,6 +38,8 @@
...
@@ -38,6 +38,8 @@
#include <mach_apic.h>
#include <mach_apic.h>
#include "io_ports.h"
#undef APIC_LOCKUP_DEBUG
#undef APIC_LOCKUP_DEBUG
#define APIC_LOCKUP_DEBUG
#define APIC_LOCKUP_DEBUG
...
@@ -2135,7 +2137,7 @@ static inline void check_timer(void)
...
@@ -2135,7 +2137,7 @@ static inline void check_timer(void)
* Additionally, something is definitely wrong with irq9
* Additionally, something is definitely wrong with irq9
* on PIIX4 boards.
* on PIIX4 boards.
*/
*/
#define PIC_IRQS (1
<<2
)
#define PIC_IRQS (1
<< PIC_CASCADE_IR
)
void
__init
setup_IO_APIC
(
void
)
void
__init
setup_IO_APIC
(
void
)
{
{
...
...
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