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

From: Ingo Molnar
Date: Mon Jan 17 2011 - 05:18:15 EST



* 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 :-)

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/