diff options
Diffstat (limited to 'usr/src/uts/intel/sys/bootconf.h')
-rw-r--r-- | usr/src/uts/intel/sys/bootconf.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/usr/src/uts/intel/sys/bootconf.h b/usr/src/uts/intel/sys/bootconf.h index 1c6424915c..1ccea1a714 100644 --- a/usr/src/uts/intel/sys/bootconf.h +++ b/usr/src/uts/intel/sys/bootconf.h @@ -46,6 +46,11 @@ extern "C" { #endif /* + * Boot property names + */ +#define BP_CPU_APICID_ARRAY "cpu_apicid_array" + +/* * masks to hand to bsys_alloc memory allocator * XXX These names shouldn't really be srmmu derived. */ |