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:
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
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
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
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/