Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Jun 2002 11:45:44 -0700 (PDT)
From:      Julian Elischer <julian@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 12930 for review
Message-ID:  <200206141845.g5EIjip32953@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=12930

Change 12930 by julian@julian_jules1 on 2002/06/14 11:45:26

	fix braino

Affected files ...

... //depot/projects/kse/sys/i386/i386/vm_machdep.c#49 edit
... //depot/projects/kse/sys/sys/kse.h#10 edit

Differences ...

==== //depot/projects/kse/sys/i386/i386/vm_machdep.c#49 (text+ko) ====

@@ -333,7 +333,6 @@
 	tf->tf_esp = (int) newkse->ke_stackbase + newkse->ke_stacksize - 16;
 	tf->tf_ebx = 0;		    /* trampoline arg */
 	tf->tf_eip = (int)newkse->ke_upcall;
-	/*
 }
 
 void

==== //depot/projects/kse/sys/sys/kse.h#10 (text+ko) ====

@@ -39,7 +39,8 @@
  * The only programs that should see this file are the UTS and the kernel.
  */
 struct kse_mailbox;
-typedef void kse_fn_t(struct kse_mailbox *mbx)
+typedef void kse_fn_t(struct kse_mailbox *mbx);
+
 /* 
  * Each userland thread has one of these buried in it's 
  * Thread control structure somewhere.
@@ -52,7 +53,6 @@
 	union kse_td_ctx ctx;		/* thread's saved context goes here. */
 };
 
-
 /* 
  * You need to supply one of these as the argument to the 
  * kse_new() system call.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206141845.g5EIjip32953>