summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys/auxv.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/common/sys/auxv.h')
-rw-r--r--usr/src/uts/common/sys/auxv.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/usr/src/uts/common/sys/auxv.h b/usr/src/uts/common/sys/auxv.h
index f4f3416946..48b94e2951 100644
--- a/usr/src/uts/common/sys/auxv.h
+++ b/usr/src/uts/common/sys/auxv.h
@@ -29,7 +29,7 @@
* Use is subject to license terms.
*/
/*
- * Copyright (c) 2014, Joyent, Inc. All rights reserved.
+ * Copyright 2016 Joyent, Inc.
*/
#ifndef _SYS_AUXV_H
@@ -202,6 +202,11 @@ extern uint_t getisax(uint32_t *, uint_t);
#define AT_SUN_BRAND_NROOT 2024
/*
+ * Aux vector for comm page
+ */
+#define AT_SUN_COMMPAGE 2026
+
+/*
* Note that 2023 is reserved for the AT_SUN_HWCAP2 word defined above.
*/