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
6f1c8bb5
Commit
6f1c8bb5
authored
Nov 02, 2002
by
Geert Uytterhoeven
Committed by
Linus Torvalds
Nov 02, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] M68k: optimize stacked irq check
M68k: optimize stacked irq check (from Roman Zippel)
parent
5a178f93
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
7 deletions
+4
-7
arch/m68k/kernel/entry.S
arch/m68k/kernel/entry.S
+4
-7
No files found.
arch/m68k/kernel/entry.S
View file @
6f1c8bb5
...
...
@@ -246,13 +246,10 @@ ret_from_interrupt:
2
:
RESTORE_ALL
1
:
#if 1
bfextu
%
sp
@
(
PT_SR
){#
5
,#
3
},%
d0
|
Check
for
nested
interrupt
.
#if MAX_NOINT_IPL > 0
cmpiw
#
MAX_NOINT_IPL
,%
d0
#endif
jhi
2
b
#endif
moveq
#(
~
ALLOWINT
>>
8
)
&0
xff
,%
d0
andb
%
sp
@
(
PT_SR
),%
d0
jne
2
b
/
*
check
if
we
need
to
do
software
interrupts
*/
tstl
irq_stat
+
CPUSTAT_SOFTIRQ_PENDING
jeq
ret_from_exception
...
...
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