From owner-cvs-src@FreeBSD.ORG Sat Jun 28 02:22:26 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DE8837B401; Sat, 28 Jun 2003 02:22:26 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08C3343F93; Sat, 28 Jun 2003 02:22:26 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h5S9MP0U051652; Sat, 28 Jun 2003 02:22:25 -0700 (PDT) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h5S9MP3W051651; Sat, 28 Jun 2003 02:22:25 -0700 (PDT) Message-Id: <200306280922.h5S9MP3W051651@repoman.freebsd.org> From: Marcel Moolenaar Date: Sat, 28 Jun 2003 02:22:25 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/ia64/ia64 vm_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Jun 2003 09:22:26 -0000 marcel 2003/06/28 02:22:25 PDT FreeBSD src repository Modified files: sys/ia64/ia64 vm_machdep.c Log: Implement cpu_set_upcall_kse(). Elementary testing shows that this function behaves correctly in principle, but is not expected to be 100% complete. In any case, with this commit we have KSE ported enough to start runtime testing with threaded applications and fix whatever bugs or omissions we encounter. Yay! Revision Changes Path 1.63 +26 -0 src/sys/ia64/ia64/vm_machdep.c