commit | e5a2072bd48eb4a35c57a8ec45897ac2db3a3f82 | [log] [tgz] |
---|---|---|
author | David Gibson <david@gibson.dropbear.id.au> | Thu Mar 22 17:02:21 2007 +1100 |
committer | Paul Mackerras <paulus@samba.org> | Mon Mar 26 15:11:20 2007 +1000 |
tree | 8ee71ecb846416925a3e5796a8f66626db0c6513 | |
parent | fae59c39e885148acf42320fe0d4ebf4cb3e9231 [diff] |
[POWERPC] New reg.h for the zImage This patch adds a reg.h to the zImage code, with common definitions for accessing system registers. For now, this includes functions for retrieving the PVR and the stack pointer. This patch then uses the new reg.h to let start() display the running stack address without having to explicitly pass the stack as a parameter from the asm code. Signed-off-by: David Gibson <david@gibson.dropbear.id.au> Signed-off-by: Paul Mackerras <paulus@samba.org>