From owner-p4-projects Fri Jun 14 11:45:50 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 2128637B416; Fri, 14 Jun 2002 11:45:45 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4C60E37B414 for ; Fri, 14 Jun 2002 11:45:44 -0700 (PDT) Received: (from perforce@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5EIjip32953 for perforce@freebsd.org; Fri, 14 Jun 2002 11:45:44 -0700 (PDT) (envelope-from julian@freebsd.org) Date: Fri, 14 Jun 2002 11:45:44 -0700 (PDT) Message-Id: <200206141845.g5EIjip32953@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: perforce set sender to julian@freebsd.org using -f From: Julian Elischer Subject: PERFORCE change 12930 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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