From owner-cvs-all Sat Feb 23 3: 6:42 2002 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 AD3BB37B405; Sat, 23 Feb 2002 03:06:37 -0800 (PST) Received: (from jake@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1NB6bH56602; Sat, 23 Feb 2002 03:06:37 -0800 (PST) (envelope-from jake) Message-Id: <200202231106.g1NB6bH56602@freefall.freebsd.org> From: Jake Burkholder Date: Sat, 23 Feb 2002 03:06:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/sparc64/loader locore.s main.c metadata.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 jake 2002/02/23 03:06:37 PST Modified files: sys/boot/sparc64/loader locore.s main.c metadata.c Log: Keep track of the ttes used to map the kernel and pass them to it as loader metadata. Modify tlb handling functions to take a tte, instead of virtual address, physical address and flags. Revision Changes Path 1.4 +15 -10 src/sys/boot/sparc64/loader/locore.s 1.5 +77 -15 src/sys/boot/sparc64/loader/main.c 1.3 +19 -0 src/sys/boot/sparc64/loader/metadata.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message