git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
721ebe0
)
fix bogus hotplug cpu warning
author
Hugh Dickins
<hugh@veritas.com>
Mon, 27 Aug 2007 15:06:19 +0000
(16:06 +0100)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Mon, 27 Aug 2007 17:27:48 +0000
(10:27 -0700)
Fix bogus DEBUG_PREEMPT warning on x86_64, when cpu brought online after
bootup: current_is_keventd is right to note its use of smp_processor_id
is preempt-safe, but should use raw_smp_processor_id to avoid the warning.
Signed-off-by: Hugh Dickins <hugh@veritas.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/workqueue.c
patch
|
blob
|
history
diff --cc
kernel/workqueue.c
Simple merge