[PATCH 01/10] powerpc: Set up OF properties for ppc32 kexec
Dale Farnsworth
dale at farnsworth.org
Fri Nov 23 15:43:22 EST 2007
On Fri, Nov 23, 2007 at 09:17:27AM +1100, Stephen Rothwell wrote:
> Hi Dale,
>
> Just a nit ...
>
> On Thu, 22 Nov 2007 08:45:17 -0700 Dale Farnsworth <dale at farnsworth.org> wrote:
> > +static struct property crashk_base_prop = {
> > + .name = "linux,crashkernel-base",
> > + .length = sizeof(unsigned long),
> > + .value = &crashk_res.start, };
Heh. How did that happen? :)
I'll fix it as well as the alignment issues you mentioned.
Thanks Stephen.
-Dale
More information about the Linuxppc-dev
mailing list