diff options
Diffstat (limited to 'src/include/kernel/vmmmgr.H')
| -rw-r--r-- | src/include/kernel/vmmmgr.H | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/kernel/vmmmgr.H b/src/include/kernel/vmmmgr.H index 78c15cdbf..84a981b24 100644 --- a/src/include/kernel/vmmmgr.H +++ b/src/include/kernel/vmmmgr.H @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2010,2016 */ +/* Contributors Listed Below - COPYRIGHT 2010,2017 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -60,6 +60,8 @@ class VmmManager FIRST_RESERVED_PAGE = INITIAL_PT_OFFSET, END_RESERVED_PAGE = INITIAL_PT_OFFSET + PTSIZE + MBOX_DMA_SIZE, + BLTOHB_DATA_START = END_RESERVED_PAGE, + // Tells processor to ignore HRMOR FORCE_PHYS_ADDR = 0x8000000000000000, }; |

