From 98d1f51687f843bf1d4128525e1d9eeb0be85a1f Mon Sep 17 00:00:00 2001 From: kmacy Date: Mon, 9 Oct 2006 05:59:04 +0000 Subject: unbreak sparc64 loader build re-add accidentally deleted asi value remove sun4v only header include Approved by: rwatson (mentor) Reviewed by: jmg --- sys/boot/sparc64/loader/main.c | 1 - sys/sparc64/include/asi.h | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'sys') 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 #include #include -#include #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 -- cgit v1.1