Re: [PATCH] mips: remove unecessary __linux__ check

2013-02-19 Thread Ralf Baechle
On Tue, Feb 19, 2013 at 04:12:51PM +0800, liguang wrote: > sgidefs.h has strict check for __linux__, > it seems too harsh, as far as I test, 2 cross > compiler for mips will not define it automatically, > and exit build process with error > "#error Use a Linux compiler or give up". > remove it wil

[PATCH] mips: remove unecessary __linux__ check

2013-02-19 Thread liguang
sgidefs.h has strict check for __linux__, it seems too harsh, as far as I test, 2 cross compiler for mips will not define it automatically, and exit build process with error "#error Use a Linux compiler or give up". remove it will not hurt, I think. Signed-off-by: liguang --- arch/mips/include/u