Re: [PATCH]x86: make relocatable kernel work with new binutils-resend

From: Ingo Molnar
Date: Tue Jan 18 2011 - 03:06:12 EST



* Shaohua Li <shaohua.li@xxxxxxxxx> wrote:

> On Mon, 2011-01-17 at 18:17 +0800, Ingo Molnar wrote:
> > * Shaohua Li <shaohua.li@xxxxxxxxx> wrote:
> >
> > > @@ -142,6 +140,11 @@ SECTIONS
> > > CACHELINE_ALIGNED_DATA(L1_CACHE_BYTES)
> > >
> > > DATA_DATA
> > > +#ifdef CONFIG_X86_32
> > > + jiffies = jiffies_64;
> > > +#else
> > > + jiffies_64 = jiffies;
> > > +#endif
> >
> > I suspect this needs a comment, as to the unsuspecting reader it looks like black
> > magic :-)
>
> does this one look better?

Yeah, thanks!

Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/