From owner-cvs-all Mon Oct 29 22:27:36 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 9AEA037B407; Mon, 29 Oct 2001 22:27:34 -0800 (PST) Received: (from jake@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9U6RYK70022; Mon, 29 Oct 2001 22:27:34 -0800 (PST) (envelope-from jake) Message-Id: <200110300627.f9U6RYK70022@freefall.freebsd.org> From: Jake Burkholder Date: Mon, 29 Oct 2001 22:27:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/sparc64/loader locore.s 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 jake 2001/10/29 22:27:34 PST Modified files: sys/boot/sparc64/loader locore.s Log: Use ENTRY() for defining functions in asm. Remove asm functions to call the openfirmware and kernel entry points; we can just call them directly. Don't use the stack pointer for an intermediate result in setx. Put the stack in the bss. Revision Changes Path 1.2 +16 -78 src/sys/boot/sparc64/loader/locore.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message