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 <asm/signal.h>
> > +//#include <asm/signal.h>
> 
> I now have this as <signal.h> which works here - can you check this?
> 
> > +#include "kern_constants.h"
> 
> I already have this, I may not have refreshed the patch before pushing it
> out.
> 
> >     err = stub_syscall3(__NR_setitimer, ITIMER_VIRTUAL,
> > -                       (long) STUB_DATA(timer), 0);
> > +                       (long) &from->timer, 0);
> 
> What were these doing to you?
> 
> I pushed out a fixed patchset - can you recheck?

no. the last patch does not apply cleanly and it gives compilation
errors.


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 expected
make[1]: *** [arch/um/kernel/skas/clone.o] Error 1
make: *** [arch/um/kernel/skas/clone.o] Error 2

RP




> 
>                               Jeff
> 
> 
> -------------------------------------------------------
> This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
> Register for a JBoss Training Course.  Free Certification Exam
> for All Training Attendees Through End of 2005. For more info visit:
> http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
> _______________________________________________
> User-mode-linux-devel mailing list
> User-mode-linux-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel



-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
Register for a JBoss Training Course.  Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

Reply via email to