freebsd-skq/sys/arm/xscale
ian 0a3cc34ebf It turns out a global variable is the only straightforward way to
communicate the kernel's physical load address from where it's known in
initarm() into cpu_mp_start() which is called from non-arm code and
takes no parameters.

This adds the global variable and ensures that all the various copies
of initarm() set it.  It uses the variable in cpu_mp_start(), eliminating
the last uses of KERNPHYSADDR outside of locore.S (where we can now
calculate it instead of relying on the constant).
2014-02-09 02:39:00 +00:00
..
i8134x It turns out a global variable is the only straightforward way to 2014-02-09 02:39:00 +00:00
i80321 It turns out a global variable is the only straightforward way to 2014-02-09 02:39:00 +00:00
ixp425 It turns out a global variable is the only straightforward way to 2014-02-09 02:39:00 +00:00
pxa It turns out a global variable is the only straightforward way to 2014-02-09 02:39:00 +00:00
std.xscale Set machine correctly on ARM. This allows universe to use the correct world 2012-08-18 05:48:19 +00:00
std.xscale-be Set machine correctly on ARM. This allows universe to use the correct world 2012-08-18 05:48:19 +00:00