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:
468c30f
)
x86, tlb: Clean up and correct used type
author
Borislav Petkov
<borislav.petkov@amd.com>
Wed, 21 Jul 2010 12:47:05 +0000
(14:47 +0200)
committer
Ingo Molnar
<mingo@elte.hu>
Wed, 21 Jul 2010 19:48:15 +0000
(21:48 +0200)
smp_processor_id() returns an int and not an unsigned long.
Also, since the function is small enough, there's no need for a
local variable caching its value.
No functionality change, just cleanup.
Signed-off-by: Borislav Petkov <borislav.petkov@amd.com>
LKML-Reference: <
20100721124705
.GA674@aftab>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
No differences found