Re: [PATCH] sparse chokes on arch/i386/kernel/i8253.c

2007-02-15 Thread Andrew Morton
On Thu, 15 Feb 2007 19:58:04 -0500 Mathieu Desnoyers <[EMAIL PROTECTED]> wrote: > > > > > > --- a/Makefile > > > +++ b/Makefile > > > @@ -309,7 +309,8 @@ AFLAGS_KERNEL = > > > LINUXINCLUDE:= -Iinclude \ > > > $(if $(KBUILD_SRC),-Iinclude2 -I$(srctree)/include) \ > > >

Re: [PATCH] sparse chokes on arch/i386/kernel/i8253.c

2007-02-15 Thread Mathieu Desnoyers
* Andrew Morton ([EMAIL PROTECTED]) wrote: > On Thu, 15 Feb 2007 19:23:47 -0500 > Mathieu Desnoyers <[EMAIL PROTECTED]> wrote: > > > sparse chokes on arch/i386/kernel/i8253.c > > > > Here is a marker fix that puts the correct -i include/linux/marker.h in > > the top level Makefile so sparse

Re: [PATCH] sparse chokes on arch/i386/kernel/i8253.c

2007-02-15 Thread Andrew Morton
On Thu, 15 Feb 2007 19:23:47 -0500 Mathieu Desnoyers <[EMAIL PROTECTED]> wrote: > sparse chokes on arch/i386/kernel/i8253.c > > Here is a marker fix that puts the correct -i include/linux/marker.h in > the top level Makefile so sparse works correctly. The tricky part is to > keep the kernel

[PATCH] sparse chokes on arch/i386/kernel/i8253.c

2007-02-15 Thread Mathieu Desnoyers
sparse chokes on arch/i386/kernel/i8253.c Here is a marker fix that puts the correct -i include/linux/marker.h in the top level Makefile so sparse works correctly. The tricky part is to keep the kernel compiling correctly with a kernel build directory different from the kernel source tree too.

[PATCH] sparse chokes on arch/i386/kernel/i8253.c

2007-02-15 Thread Mathieu Desnoyers
sparse chokes on arch/i386/kernel/i8253.c Here is a marker fix that puts the correct -i include/linux/marker.h in the top level Makefile so sparse works correctly. The tricky part is to keep the kernel compiling correctly with a kernel build directory different from the kernel source tree too.

Re: [PATCH] sparse chokes on arch/i386/kernel/i8253.c

2007-02-15 Thread Andrew Morton
On Thu, 15 Feb 2007 19:23:47 -0500 Mathieu Desnoyers [EMAIL PROTECTED] wrote: sparse chokes on arch/i386/kernel/i8253.c Here is a marker fix that puts the correct -i include/linux/marker.h in the top level Makefile so sparse works correctly. The tricky part is to keep the kernel compiling

Re: [PATCH] sparse chokes on arch/i386/kernel/i8253.c

2007-02-15 Thread Mathieu Desnoyers
* Andrew Morton ([EMAIL PROTECTED]) wrote: On Thu, 15 Feb 2007 19:23:47 -0500 Mathieu Desnoyers [EMAIL PROTECTED] wrote: sparse chokes on arch/i386/kernel/i8253.c Here is a marker fix that puts the correct -i include/linux/marker.h in the top level Makefile so sparse works correctly.

Re: [PATCH] sparse chokes on arch/i386/kernel/i8253.c

2007-02-15 Thread Andrew Morton
On Thu, 15 Feb 2007 19:58:04 -0500 Mathieu Desnoyers [EMAIL PROTECTED] wrote: --- a/Makefile +++ b/Makefile @@ -309,7 +309,8 @@ AFLAGS_KERNEL = LINUXINCLUDE:= -Iinclude \ $(if $(KBUILD_SRC),-Iinclude2 -I$(srctree)/include) \ -include