From owner-cvs-all Sun Nov 4 21:55:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3591737B405; Sun, 4 Nov 2001 21:55:34 -0800 (PST) Received: (from marcel@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fA55tY206125; Sun, 4 Nov 2001 21:55:34 -0800 (PST) (envelope-from marcel) Message-Id: <200111050555.fA55tY206125@freefall.freebsd.org> From: Marcel Moolenaar Date: Sun, 4 Nov 2001 21:55:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/ia64 sal.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcel 2001/11/04 21:55:34 PST Modified files: sys/ia64/ia64 sal.c Log: Don't pass os_boot_rendez directly to SAL_SET_VECTORS, because it's actually the address of the function descriptor. The fdesc has both the address of the function and it's corresponding gp value. Now that we have a gp value, use it instead of passing 0. Revision Changes Path 1.5 +2 -1 src/sys/ia64/ia64/sal.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message