From owner-cvs-all@FreeBSD.ORG Thu Aug 7 00:40:20 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7249337B401; Thu, 7 Aug 2003 00:40:20 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B4E743F75; Thu, 7 Aug 2003 00:40:20 -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 h777eJ0U049215; Thu, 7 Aug 2003 00:40:19 -0700 (PDT) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h777eJHq049213; Thu, 7 Aug 2003 00:40:19 -0700 (PDT) Message-Id: <200308070740.h777eJHq049213@repoman.freebsd.org> From: Marcel Moolenaar Date: Thu, 7 Aug 2003 00:40:19 -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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Aug 2003 07:40:21 -0000 marcel 2003/08/07 00:40:19 PDT FreeBSD src repository Modified files: sys/ia64/ia64 vm_machdep.c Log: o Fix cut-n-paste whitespace corruption in previous commit o For trap-based upcalls the argument (the kse_mailbox) to the UTS must be written onto the kernel stack, not the user stack. While here, deal with the fact that we may be at a NaT collection point. Revision Changes Path 1.66 +12 -5 src/sys/ia64/ia64/vm_machdep.c