commit | e550592e689cf8d682937f356497f989f3d88292 | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Mon Sep 19 17:44:51 2011 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Tue Sep 20 15:53:24 2011 +1000 |
tree | 9cd89cd8c4056403e180c24ac8140cf8f2a1ca8f | |
parent | 781fb7a3e4cdca28236ae23e2c77070ed3ae531f [diff] |
powerpc/powernv: Don't clobber r9 in relative_toc() With OPAL, r8 and r9 will be used to pass the OPAL base and entry for debugging purposes (those informations are also in the device-tree). We don't want to clobber those registers that early. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>