summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorkmacy <kmacy@FreeBSD.org>2006-10-09 05:59:04 +0000
committerkmacy <kmacy@FreeBSD.org>2006-10-09 05:59:04 +0000
commit98d1f51687f843bf1d4128525e1d9eeb0be85a1f (patch)
tree00e095069e25f5c2c9b144f453751767d3d4755c /sys
parent3e3b20daad30818e0e3604d97ed6a6b7b039f806 (diff)
downloadFreeBSD-src-98d1f51687f843bf1d4128525e1d9eeb0be85a1f.zip
FreeBSD-src-98d1f51687f843bf1d4128525e1d9eeb0be85a1f.tar.gz
unbreak sparc64 loader build
re-add accidentally deleted asi value remove sun4v only header include Approved by: rwatson (mentor) Reviewed by: jmg
Diffstat (limited to 'sys')
-rw-r--r--sys/boot/sparc64/loader/main.c1
-rw-r--r--sys/sparc64/include/asi.h2
2 files changed, 1 insertions, 2 deletions
diff --git a/sys/boot/sparc64/loader/main.c b/sys/boot/sparc64/loader/main.c
index 4d7031d..1361785 100644
--- a/sys/boot/sparc64/loader/main.c
+++ b/sys/boot/sparc64/loader/main.c
@@ -35,7 +35,6 @@ __FBSDID("$FreeBSD$");
#include <machine/metadata.h>
#include <machine/tte.h>
#include <machine/upa.h>
-#include <machine/hypervisor_api.h>
#include "bootstrap.h"
#include "libofw.h"
diff --git a/sys/sparc64/include/asi.h b/sys/sparc64/include/asi.h
index 8f3930a..a05166f 100644
--- a/sys/sparc64/include/asi.h
+++ b/sys/sparc64/include/asi.h
@@ -123,7 +123,7 @@
#define ASI_ITLB_DATA_IN_REG 0x54
/* US-III Cu: also ASI_ITLB_CAM_ADDRESS_REG */
#define ASI_ITLB_DATA_ACCESS_REG 0x55
-
+#define ASI_ITLB_TAG_READ_REG 0x56
#define ASI_IMMU_DEMAP 0x57
#define ASI_DMMU_TAG_TARGET_REG 0x58
OpenPOWER on IntegriCloud