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:
0edcf8d
)
x86, percpu: fix minor bugs in setup_percpu.c
author
Tejun Heo
<tj@kernel.org>
Wed, 25 Feb 2009 01:38:10 +0000
(10:38 +0900)
committer
Tejun Heo
<tj@kernel.org>
Wed, 25 Feb 2009 01:38:10 +0000
(10:38 +0900)
Recent changes in setup_percpu.c made a now meaningless DBG()
statement fail to compile and introduced a
comparison-of-different-types warning. Fix them.
Compile failure is reported by Ingo Molnar.
Signed-off-by: Tejun Heo <tj@kernel.org>
Reported-by: Ingo Molnar <mingo@elte.hu>
No differences found