Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Mar 2011 21:54:45 +0000 (UTC)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r219537 - projects/altix/sys/ia64/include
Message-ID:  <201103112154.p2BLsj2j094741@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marcel
Date: Fri Mar 11 21:54:45 2011
New Revision: 219537
URL: http://svn.freebsd.org/changeset/base/219537

Log:
  Add fields for the PBVM page table address and size.

Modified:
  projects/altix/sys/ia64/include/bootinfo.h

Modified: projects/altix/sys/ia64/include/bootinfo.h
==============================================================================
--- projects/altix/sys/ia64/include/bootinfo.h	Fri Mar 11 21:52:47 2011	(r219536)
+++ projects/altix/sys/ia64/include/bootinfo.h	Fri Mar 11 21:54:45 2011	(r219537)
@@ -30,7 +30,8 @@ struct bootinfo {
 	uint64_t	bi_magic;		/* BOOTINFO_MAGIC */
 #define	BOOTINFO_MAGIC		0xdeadbeeffeedface
 	uint64_t	bi_version;		/* version 1 */
-	uint64_t	bi_spare[6];		/* was: name of booted kernel */
+	uint64_t	bi_spare[5];		/* was: name of booted kernel */
+	uint64_t	bi_pbvm_pgtbl;		/* PA of PBVM page table. */
 	uint64_t	bi_hcdp;		/* DIG64 HCDP table */
 	uint64_t	bi_fpswa;		/* FPSWA interface */
 	uint64_t	bi_boothowto;		/* value for boothowto */
@@ -39,7 +40,7 @@ struct bootinfo {
 	uint64_t	bi_memmap_size;		/* size of EFI memory map */
 	uint64_t	bi_memdesc_size;	/* sizeof EFI memory desc */
 	uint32_t	bi_memdesc_version;	/* EFI memory desc version */
-	uint32_t	bi_spare2;
+	uint32_t	bi_pbvm_pgtblsz;	/* PBVM page table size. */
 	uint64_t	bi_symtab;		/* start of kernel sym table */
 	uint64_t	bi_esymtab;		/* end of kernel sym table */
 	uint64_t	bi_kernend;		/* end of kernel space */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103112154.p2BLsj2j094741>