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:
3ee68c4
)
[PARISC] Make flush_tlb_all_local take a void *
author
Matthew Wilcox
<willy@parisc-linux.org>
Wed, 11 Jan 2006 01:47:49 +0000
(20:47 -0500)
committer
Kyle McMartin
<kyle@duet.int.mcmartin.ca>
Sun, 22 Jan 2006 01:46:31 +0000
(20:46 -0500)
Make flush_tlb_all_local take a void * so it doesn't have to be cast
when using on_each_cpu(). This becomes a problem when on_each_cpu
is a macro.
Also remove the prototype of flush_tlb_all_local from .c files.
Signed-off-by: Matthew Wilcox <willy@parisc-linux.org>
Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
No differences found