projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b30f0e3
)
sched/preempt: Fix out of date comment
author
Frederic Weisbecker
<fweisbec@gmail.com>
Tue, 12 May 2015 14:41:50 +0000
(16:41 +0200)
committer
Ingo Molnar
<mingo@kernel.org>
Tue, 19 May 2015 06:39:13 +0000
(08:39 +0200)
Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link:
http://lkml.kernel.org/r/1431441711-29753-6-git-send-email-fweisbec@gmail.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
include/linux/preempt.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/preempt.h
b/include/linux/preempt.h
index 45da394f2779a55058b7c047e559f1598fdba648..4057696c641c708f8373ba708717e29fa1ea18a7 100644
(file)
--- a/
include/linux/preempt.h
+++ b/
include/linux/preempt.h
@@
-116,7
+116,7
@@
/*
* Check whether we were atomic before we did preempt_disable():
- * (used by the scheduler
, *after* releasing the kernel lock
)
+ * (used by the scheduler)
*/
#define in_atomic_preempt_off() \
((preempt_count() & ~PREEMPT_ACTIVE) != PREEMPT_DISABLE_OFFSET)