[PATCH 7/11] powerpc: Fixups for kernel linked at 32 MB
Michael Ellerman
michael at ellerman.id.au
Tue Dec 6 08:38:57 EST 2005
On Sun, 4 Dec 2005 12:39, Michael Ellerman wrote:
> +#ifdef CONFIG_CRASH_DUMP
> +#define LOAD_HANDLER(reg, label) \
> + oris r12,r12,(label)@h; /* virt addr of handler ... */ \
> + ori r12,r12,(label)@l; /* .. and the rest */
> +#else
> +#define LOAD_HANDLER(reg, label) \
> + ori r12,r12,(label)@l; /* virt addr of handler ... */
> +#endif
Milton just spotted this buglet, we don't actually use reg, oops :}
New patch on the way.
--
Michael Ellerman
IBM OzLabs
email: michael:ellerman.id.au
inmsg: mpe:jabber.org
wwweb: http://michael.ellerman.id.au
phone: +61 2 6212 1183 (tie line 70 21183)
We do not inherit the earth from our ancestors,
we borrow it from our children. - S.M.A.R.T Person
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://ozlabs.org/pipermail/linuxppc64-dev/attachments/20051205/4b52804d/attachment.pgp
More information about the Linuxppc64-dev
mailing list