lkml.org 
[lkml]   [2009]   [Sep]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] arm, cris, mips, sparc, powerpc, um, xtensa: fix build with bash 4.0
> --- a/arch/mips/kernel/vmlinux.lds.S
> +++ b/arch/mips/kernel/vmlinux.lds.S
> @@ -10,7 +10,16 @@ PHDRS {
> text PT_LOAD FLAGS(7); /* RWX */
> note PT_NOTE FLAGS(4); /* R__ */
> }
> -jiffies = JIFFIES;
> +
> +ifdef CONFIG_32BIT
> + ifdef CONFIG_CPU_LITTLE_ENDIAN
> + jiffies = jiffies_64
> + else
> + jiffies = jiffies_64 + 4
> + endif
> +else
> + jiffies = jiffies_64
> +endif

This part miss ';' to terminate the assignment.
I already added this in my local patch but it was
accidently not included in the commit.

Sam


\
 
 \ /
  Last update: 2009-09-20 20:33    [W:0.085 / U:0.032 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site