summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys/pghw.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/common/sys/pghw.h')
-rw-r--r--usr/src/uts/common/sys/pghw.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/usr/src/uts/common/sys/pghw.h b/usr/src/uts/common/sys/pghw.h
index e78be92032..f22afc021b 100644
--- a/usr/src/uts/common/sys/pghw.h
+++ b/usr/src/uts/common/sys/pghw.h
@@ -52,17 +52,12 @@ typedef enum pghw_type {
PGHW_CACHE,
PGHW_FPU,
PGHW_MPIPE,
+ PGHW_CHIP,
PGHW_MEMORY,
PGHW_NUM_COMPONENTS
} pghw_type_t;
/*
- * Consider the physical processor sharing relationship
- * equivalant to a shared pipe to memory.
- */
-#define PGHW_CHIP PGHW_MPIPE
-
-/*
* Anonymous instance id
*/
#define PGHW_INSTANCE_ANON ((id_t)0xdecafbad)