16 Jun, 2009
1 commit
-
We need to split up the cpu present mask setup from the cpu_data
initialization, and this is a first step towards that.Signed-off-by: David S. Miller
07 Dec, 2008
1 commit
-
This broke sparc64 in various ways.
Add an empty dummy hook in sparc32's prom_32.c so that we
can potentially handle things on that side similarly, and
in particular avoid a prom_common.c ifdef :-)Signed-off-by: David S. Miller
06 Dec, 2008
8 commits
-
To make this work we provide a dummy nop implementation
of of_fill_in_cpu_data() for sparc32.Signed-off-by: David S. Miller
-
Signed-off-by: David S. Miller
-
Signed-off-by: David S. Miller
-
Unfortunately there is some sparc32/sparc64 ifdef'ery in
here due to the difference in how the prom_firstprop()
and prom_nextprop() routines work.This will be eliminated eventually.
Signed-off-by: David S. Miller
-
This will be used in a subsequent changeset.
Signed-off-by: David S. Miller
-
All sparc64 specific, so only build this file on sparc64.
Signed-off-by: David S. Miller
-
A subsequent changeset will use this.
Signed-off-by: David S. Miller
-
This is where common declarations will go as we unify
these files as much as possible into common code.Signed-off-by: David S. Miller