From owner-p4-projects Fri Sep 27 18:21:11 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 550FA37B404; Fri, 27 Sep 2002 18:21:09 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0CCB37B401 for ; Fri, 27 Sep 2002 18:21:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B29F343E6A for ; Fri, 27 Sep 2002 18:21:08 -0700 (PDT) (envelope-from peter@freebsd.org) Received: from freefall.freebsd.org (perforce@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8S1L8Co018359 for ; Fri, 27 Sep 2002 18:21:08 -0700 (PDT) (envelope-from peter@freebsd.org) Received: (from perforce@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8S1L8L5018356 for perforce@freebsd.org; Fri, 27 Sep 2002 18:21:08 -0700 (PDT) Date: Fri, 27 Sep 2002 18:21:08 -0700 (PDT) Message-Id: <200209280121.g8S1L8L5018356@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: perforce set sender to peter@freebsd.org using -f From: Peter Wemm Subject: PERFORCE change 18248 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=18248 Change 18248 by peter@peter_ia64 on 2002/09/27 18:20:52 update for kse Affected files ... .. //depot/projects/ia64/sys/ia64/ia64/vm_machdep.c#13 edit Differences ... ==== //depot/projects/ia64/sys/ia64/ia64/vm_machdep.c#13 (text+ko) ==== @@ -123,32 +123,15 @@ } void -cpu_save_upcall(struct thread *td, struct kse *newkse) -{ -} - -void cpu_set_upcall(struct thread *td, void *pcb) { } void -cpu_set_args(struct thread *td, struct kse *ke) +cpu_set_upcall_kse(struct thread *td, struct kse *ke) { } -void -cpu_free_kse_mdstorage(struct kse *ke) -{ -} - -int -cpu_export_context(struct thread *td) -{ - return (0); -} - - /* * Finish a fork operation, with process p2 nearly set up. * Copy and update the pcb, set up the stack so that the child To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message