| commit | 24ff954233ecfd45801383f831626f88937ebe6f | [log] [tgz] |
|---|---|---|
| author | Tejun Heo <tj@kernel.org> | Wed Feb 25 10:38:10 2009 +0900 |
| committer | Tejun Heo <tj@kernel.org> | Wed Feb 25 10:38:10 2009 +0900 |
| tree | 832ee461666bf84980668ade198359d60a691d9a | |
| parent | 0edcf8d6926f4038443dbc24e319530177ca0353 [diff] |
x86, percpu: fix minor bugs in setup_percpu.c 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>