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:
2c4ce18
)
x86, apic: remove apicid_cluster()
author
Ingo Molnar
<mingo@elte.hu>
Tue, 17 Feb 2009 14:09:08 +0000
(15:09 +0100)
committer
Ingo Molnar
<mingo@elte.hu>
Tue, 17 Feb 2009 16:52:47 +0000
(17:52 +0100)
There were multiple definitions of apicid_cluster() scattered around
in APIC drivers - but the definitions are equivalent to the already
existing generic APIC_CLUSTER() method.
So remove apicid_cluster() and change all users to APIC_CLUSTER().
No code changed:
md5:
1b8244ba8d3d6a454593ce10f09dfa58
summit_32.o.before.asm
1b8244ba8d3d6a454593ce10f09dfa58
summit_32.o.after.asm
md5:
a593d98a882bf534622c70d9568497ac
es7000_32.o.before.asm
a593d98a882bf534622c70d9568497ac
es7000_32.o.after.asm
Signed-off-by: Ingo Molnar <mingo@elte.hu>
No differences found