Re: [PATCH] mips: Add #ifdef in file bridge.h

2014-07-06 Thread Nick Krause
Would you like me to send a new patch fixing this issue? I misread the comment. Cheers Nick On Sun, Jul 6, 2014 at 3:08 AM, Jayachandran C. wrote: > On Sun, Jul 06, 2014 at 01:58:43AM -0400, Nick Krause wrote: >> No I didn't I finally learned how to cross compile the kernel it's not >> hard just

Re: [PATCH] mips: Add #ifdef in file bridge.h

2014-07-05 Thread Nick Krause
No I didn't I finally learned how to cross compile the kernel it's not hard just have to find the docs for it :). Cheers Nick On Sat, Jul 5, 2014 at 10:43 AM, Randy Dunlap wrote: > On 07/04/2014 07:50 PM, Nicholas Krause wrote: >> This patch addes a #ifdef __ASSEMBLY__ in order to check if this p

Re: [PATCH] mips: Add #ifdef in file bridge.h

2014-07-05 Thread Randy Dunlap
On 07/04/2014 07:50 PM, Nicholas Krause wrote: > This patch addes a #ifdef __ASSEMBLY__ in order to check if this part > of the file is configured to fix this #ifdef block in bridge.h for mips. > > Signed-off-by: Nicholas Krause > --- > arch/mips/include/asm/netlogic/xlp-hal/bridge.h | 2 +- > 1

[PATCH] mips: Add #ifdef in file bridge.h

2014-07-04 Thread Nicholas Krause
This patch addes a #ifdef __ASSEMBLY__ in order to check if this part of the file is configured to fix this #ifdef block in bridge.h for mips. Signed-off-by: Nicholas Krause --- arch/mips/include/asm/netlogic/xlp-hal/bridge.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ar