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?

                                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

Reply via email to