1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-11 09:50:12 +00:00

unbreak sparc64 loader build

re-add accidentally deleted asi value
remove sun4v only header include

Approved by: rwatson (mentor)
Reviewed by: jmg
This commit is contained in:
Kip Macy 2006-10-09 05:59:04 +00:00
parent 6bc39031ef
commit a9928b2f58
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=163151
2 changed files with 1 additions and 2 deletions

View File

@ -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"

View File

@ -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