From owner-p4-projects Thu May 30 23:14:46 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 7CF5537B407; Thu, 30 May 2002 23:14:26 -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 99EF937B407 for ; Thu, 30 May 2002 23:14:25 -0700 (PDT) Received: (from perforce@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4V6EP131613 for perforce@freebsd.org; Thu, 30 May 2002 23:14:25 -0700 (PDT) (envelope-from julian@freebsd.org) Date: Thu, 30 May 2002 23:14:25 -0700 (PDT) Message-Id: <200205310614.g4V6EP131613@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: perforce set sender to julian@freebsd.org using -f From: Julian Elischer Subject: PERFORCE change 12184 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=12184 Change 12184 by julian@julian_ref on 2002/05/30 23:14:14 remove completely bogus comment. Add another.. Affected files ... ... //depot/projects/kse/sys/i386/i386/vm_machdep.c#46 edit Differences ... ==== //depot/projects/kse/sys/i386/i386/vm_machdep.c#46 (text+ko) ==== @@ -310,16 +310,17 @@ cpu_save_upcall(struct thread *td, struct kse *newkse) { - /* Point the pcb to the top of the stack. */ newkse->ke_mdstorage = malloc(sizeof(struct md_store), M_TEMP, M_WAITOK); /* Note: use of M_WAITOK means it won't fail. */ + /* set up shortcuts in MI section */ newkse->ke_pcb = &(((struct md_store *)(newkse->ke_mdstorage))->mds_pcb); newkse->ke_frame = &(((struct md_store *)(newkse->ke_mdstorage))->mds_frame); /* Copy the upcall pcb. Kernel mode & fp regs are here. */ + /* XXXKSE this may be un-needed */ bcopy(td->td_pcb, newkse->ke_pcb, sizeof(struct pcb)); /* This copies most of the user mode register values. */ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message