summaryrefslogtreecommitdiff
path: root/usr/src/uts/sun4v/sys/niagaraasi.h
diff options
context:
space:
mode:
authorJanie Lu <Janie.Lu@Sun.COM>2009-12-11 10:41:17 -0800
committerJanie Lu <Janie.Lu@Sun.COM>2009-12-11 10:41:17 -0800
commit4df55fde49134f9735f84011f23a767c75e393c7 (patch)
treec931c232038f950125a092f71e687cd653485b16 /usr/src/uts/sun4v/sys/niagaraasi.h
parent93fcb0b9b3e0792a42d10584632c1c566f89d64a (diff)
downloadillumos-joyent-4df55fde49134f9735f84011f23a767c75e393c7.tar.gz
FWARC 2008/613 KT IOS Performance Counters API
FWARC 2008/615 KT Perf Reg HV API FWARC 2009/434 KT IOS Performance Counters API Update FWARC 2009/567 Parallel Boot HV APIs PSARC 2009/177 Solaris support for Rainbow Falls platforms PSARC 2009/389 Sun4v faulted SP events extension PSARC 2009/533 CRYPTO_HMAC_NO_UPDATE - A new KCF SPI flag PSARC 2009/605 more sun4v platform-independent cpu/mem FMA events PSARC 2009/649 Generic PCIe root complex FMA events 6704999 extend xaui enum to work in platform independent world 6773223 RFE: guest epkt for faulted SP 6773225 RFE: Diagnosis of a faulted SP 6797776 Solaris support for Rainbow Falls platforms
Diffstat (limited to 'usr/src/uts/sun4v/sys/niagaraasi.h')
-rw-r--r--usr/src/uts/sun4v/sys/niagaraasi.h12
1 files changed, 2 insertions, 10 deletions
diff --git a/usr/src/uts/sun4v/sys/niagaraasi.h b/usr/src/uts/sun4v/sys/niagaraasi.h
index bd26b069f7..bd69393f4c 100644
--- a/usr/src/uts/sun4v/sys/niagaraasi.h
+++ b/usr/src/uts/sun4v/sys/niagaraasi.h
@@ -19,15 +19,13 @@
* CDDL HEADER END
*/
/*
- * Copyright 2007 Sun Microsystems, Inc. All rights reserved.
+ * Copyright 2009 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
#ifndef _SYS_NIAGARAASI_H
#define _SYS_NIAGARAASI_H
-#pragma ident "%Z%%M% %I% %E% SMI"
-
/*
* alternate address space identifiers
*
@@ -40,18 +38,12 @@
extern "C" {
#endif
-#if defined(NIAGARA_IMPL) || defined(NIAGARA2_IMPL) || defined(VFALLS_IMPL)
-
/*
- * NIAGARA, NIAGARA2 and Victoria Falls specific ASIs
+ * NIAGARA, NIAGARA2, Victoria Falls and KT specific ASIs
*/
#define ASI_BLK_INIT_QUAD_LDD_AIUS 0x23 /* block as if user secondary */
#define ASI_BLK_INIT_ST_QUAD_LDD_P 0xE2 /* block initializing primary */
-#else
-#error "This file has ASIs specific to Niagara, Niagara2 and VFalls CPUs"
-#endif /* NIAGARA_IMPL */
-
#ifdef __cplusplus
}
#endif