git tree

Amy Griffis amy.griffis at hp.com
Thu Feb 9 22:49:56 UTC 2006


On Thu, Feb 09, 2006 at 10:09:16AM -0500, Steve Grubb wrote:
> Note that we've got unshare from mainline; everything that had been
> in old tree is there and so's jbaron's vm86 patch.

FYI, I needed this to build the kernel.

diff --git a/arch/i386/kernel/vm86.c b/arch/i386/kernel/vm86.c
index 012ac6e..8ecff3d 100644
--- a/arch/i386/kernel/vm86.c
+++ b/arch/i386/kernel/vm86.c
@@ -320,7 +320,6 @@ static void do_sys_vm86(struct kernel_vm
 		"jmp resume_userspace"
 		: /* no outputs */
 		:"r" (&info->regs), "r" (task_thread_info(tsk)) : "ax");
-		:"r" (&info->regs), "r" (task_thread_info(tsk)));
 	/* we never return here */
 }
 




More information about the Linux-audit mailing list