Re: [PATCH] arm, cris, mips, sparc, powerpc, um, xtensa: fix build with bash 4.0

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> --- 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
--
To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux&nblp;USB Development]     [Linux Media]     [Video for Linux]     [Linux Audio Users]     [Yosemite Secrets]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux