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:
4e62445
)
x86: Rename incorrectly named parameter of numa_cpu_node()
author
Tejun Heo
<tj@kernel.org>
Mon, 31 Jan 2011 15:59:05 +0000
(16:59 +0100)
committer
Ingo Molnar
<mingo@elte.hu>
Mon, 31 Jan 2011 17:22:25 +0000
(18:22 +0100)
numa_cpu_node() prototype in numa_32.h has wrongly named
parameter @apicid when it actually takes the CPU number.
Change it to @cpu.
Reported-by: Yinghai Lu <yinghai@kernel.org>
Signed-off-by: Tejun Heo <tj@kernel.org>
LKML-Reference: <
20110131155905
.GM7459@htj.dyndns.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
No differences found