commit | 61f684ec074f40e2e13e750513df42c0c046689b | [log] [tgz] |
---|---|---|
author | David Gibson <david@gibson.dropbear.id.au> | Thu Oct 13 14:28:58 2005 +1000 |
committer | Paul Mackerras <paulus@samba.org> | Mon Oct 17 21:43:12 2005 +1000 |
tree | 3d78d1bf0eb49b5aeb39219262c823561ba98f9b | |
parent | ea703ce20699dd85ad7954e34b71a2c7c47b6132 [diff] |
[PATCH] powerpc: Fix use of LOADBASE in merge tree The merge-tree version of LOADBASE actually loads the whole given address from the toc for ppc64. The matching OFF macro adjust for this, using an offset of 0 for ppc64, but we weren't using that in power4_idle. Signed-off-by: David Gibson <dwg@au1.ibm.com> Signed-off-by: Paul Mackerras <paulus@samba.org>