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
e7d1aa67
Commit
e7d1aa67
authored
Mar 20, 2003
by
Geert Uytterhoeven
Committed by
Linus Torvalds
Mar 20, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] Q40: local_irq*() update
Q40: Replace sti() by local_irq_enable() in comment
parent
986815a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
arch/m68k/q40/q40ints.c
arch/m68k/q40/q40ints.c
+1
-1
No files found.
arch/m68k/q40/q40ints.c
View file @
e7d1aa67
...
...
@@ -342,7 +342,7 @@ void q40_irq2_handler (int vec, void *devname, struct pt_regs *fp)
continue
;
/* ignore uninited INTs :-( */
}
if
(
irq_tab
[
irq
].
state
&
IRQ_INPROGRESS
)
{
/* some handlers do
sti
() for irq latency reasons, */
/* some handlers do
local_irq_enable
() for irq latency reasons, */
/* however reentering an active irq handler is not permitted */
#ifdef IP_USE_DISABLE
/* in theory this is the better way to do it because it still */
...
...
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