Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
xenomai
ipipe
Commits
9920b05b
Commit
9920b05b
authored
Feb 01, 2016
by
Philippe Gerum
Browse files
arm/ipipe: drop broken and useless stall bit fixup
parent
8c117469
Changes
1
Hide whitespace changes
Inline
Side-by-side
arch/arm/kernel/traps.c
View file @
9920b05b
...
...
@@ -510,11 +510,6 @@ asmlinkage void bad_mode(struct pt_regs *regs, int reason)
die
(
"Oops - bad mode"
,
regs
,
0
);
local_irq_disable
();
panic
(
"bad mode"
);
#ifdef CONFIG_IPIPE
hard_local_irq_disable
();
__ipipe_root_status
&=
~
IPIPE_STALL_FLAG
;
#endif
}
static
int
bad_syscall
(
int
n
,
struct
pt_regs
*
regs
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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