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
..
2014-02-08 19:47:59 +00:00
2014-02-08 05:35:36 +00:00
2013-11-23 00:28:18 +00:00
2014-02-08 04:29:36 +00:00
2013-11-29 20:14:26 +00:00
2013-11-11 13:19:55 +00:00
2014-01-24 09:13:30 +00:00
2014-02-06 13:28:06 +00:00
2013-12-30 08:36:17 +00:00