lkml.org 
[lkml]   [2011]   [Jan]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH]x86: make relocatable kernel work with new binutils -resend

* Shaohua Li <shaohua.li@intel.com> 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


\
 
 \ /
  Last update: 2011-01-17 11:21    [W:0.061 / U:0.120 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site