Re: [uml-devel] [RFC PATCH] fixes for some compilation errors

2005-11-17 Thread Ram Pai
On Wed, 2005-11-16 at 11:18, Jeff Dike wrote: > On Wed, Nov 16, 2005 at 02:42:13AM -0800, Ram Pai wrote: > > make -j32 arch/um/kernel/skas/clone.o ARCH=um > > CC arch/um/kernel/skas/clone.o > > arch/um/kernel/skas/clone.c: In function `stub_clone_handler': > > arch/um/kernel/skas/clone.c:39:

Re: [uml-devel] [RFC PATCH] fixes for some compilation errors

2005-11-16 Thread Jeff Dike
On Wed, Nov 16, 2005 at 02:42:13AM -0800, Ram Pai wrote: > make -j32 arch/um/kernel/skas/clone.o ARCH=um > CC arch/um/kernel/skas/clone.o > arch/um/kernel/skas/clone.c: In function `stub_clone_handler': > arch/um/kernel/skas/clone.c:39: error: aggregate value used where an > integer was expe

Re: [uml-devel] [RFC PATCH] fixes for some compilation errors

2005-11-16 Thread Ram Pai
On Tue, 2005-11-15 at 17:23, Jeff Dike wrote: > On Tue, Nov 15, 2005 at 03:30:06PM -0800, Ram Pai wrote: > > -extern void *switch_to_tt(void *prev, void *next); > > +extern void switch_to_tt(void *prev, void *next); > > Oops, I hadn't built with CONFIG_MODE_TT enabled in a while. > > > -#include

Re: [uml-devel] [RFC PATCH] fixes for some compilation errors

2005-11-15 Thread Jeff Dike
On Tue, Nov 15, 2005 at 03:30:06PM -0800, Ram Pai wrote: > -extern void *switch_to_tt(void *prev, void *next); > +extern void switch_to_tt(void *prev, void *next); Oops, I hadn't built with CONFIG_MODE_TT enabled in a while. > -#include > +//#include I now have this as which works here - can

[uml-devel] [RFC PATCH] fixes for some compilation errors

2005-11-15 Thread Ram Pai
The patches in the patch tarball at http://user-mode-linux.sf.net/patches.html for 2.6.15-rc1 kernel do not apply cleanly. Its the last patch constant-page-size which has the issue. There were some compilation issues too in arch/um/include/tt/mode_kern_tt.h arch/um/sys-i386/stub_segv.c arch/um/