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
67fb9e63
Commit
67fb9e63
authored
Apr 17, 2003
by
Alan Cox
Committed by
Linus Torvalds
Apr 17, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] update visws to use generic mask names
parent
ccbc87d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
arch/i386/mach-visws/visws_apic.c
arch/i386/mach-visws/visws_apic.c
+2
-2
No files found.
arch/i386/mach-visws/visws_apic.c
View file @
67fb9e63
...
...
@@ -230,12 +230,12 @@ static void piix4_master_intr(int irq, void *dev_id, struct pt_regs * regs)
cached_irq_mask
|=
1
<<
realirq
;
if
(
unlikely
(
realirq
>
7
))
{
inb
(
0xa1
);
outb
(
cached_
A1
,
0xa1
);
outb
(
cached_
slave_mask
,
0xa1
);
outb
(
0x60
+
(
realirq
&
7
),
0xa0
);
outb
(
0x60
+
2
,
0x20
);
}
else
{
inb
(
0x21
);
outb
(
cached_
21
,
0x21
);
outb
(
cached_
master_mask
,
0x21
);
outb
(
0x60
+
realirq
,
0x20
);
}
...
...
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