diff options
Diffstat (limited to 'src/include/usr/vmmconst.h')
-rw-r--r-- | src/include/usr/vmmconst.h | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/src/include/usr/vmmconst.h b/src/include/usr/vmmconst.h index c93e62148..33586a4db 100644 --- a/src/include/usr/vmmconst.h +++ b/src/include/usr/vmmconst.h @@ -5,7 +5,7 @@ /* */ /* IBM CONFIDENTIAL */ /* */ -/* COPYRIGHT International Business Machines Corp. 2011,2013 */ +/* COPYRIGHT International Business Machines Corp. 2011,2014 */ /* */ /* p1 */ /* */ @@ -158,6 +158,16 @@ enum BlockPriority VMM_ALL_HOMER_OCC_MEMORY_SIZE) +/** Internode communication area outside of the HB image. + * Preserved between mpipl. + * + * @node There is one area per hostboot instance. + * Need to add (ATTR_HB_HRMOR_NODAL_BASE * hbinstance_num) to this + * address to get the physical address + */ +#define VMM_INTERNODE_PRESERVED_MEMORY_ADDR (96 * MEGABYTE) + + /** * Test Constants */ |