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
1fbf6281
Commit
1fbf6281
authored
Jan 08, 2016
by
Gilles Chanteperdrix
Committed by
Philippe Gerum
Mar 13, 2016
Browse files
x86/ipipe: avoid crash due to false positive
parent
1c85e9ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
arch/x86/include/asm/mmu_context.h
View file @
1fbf6281
...
...
@@ -74,7 +74,7 @@ static inline void load_mm_ldt(struct mm_struct *mm)
else
clear_LDT
();
DEBUG_LOCKS_WARN_ON
(
preemptible
());
DEBUG_LOCKS_WARN_ON
(
preemptible
()
&&
!
hard_irqs_disabled
()
);
}
/*
...
...
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