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:
d4fc8fe
)
powerpc: Move smp_ops_t from machdep.h to smp.h
author
Milton Miller
<miltonm@bga.com>
Tue, 10 May 2011 19:29:35 +0000
(19:29 +0000)
committer
Benjamin Herrenschmidt
<benh@kernel.crashing.org>
Thu, 19 May 2011 05:31:01 +0000
(15:31 +1000)
I can't see any reason these functions are needed by machdep.h
and they are all hidden by CONFIG_SMP with no UP alternative.
Also move the declarations for the fallback timebase ops, which
are used to fill in the smp ops.
Signed-off-by: Milton Miller <miltonm@bga.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
No differences found