summaryrefslogtreecommitdiffstats
path: root/src/include/sys
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/sys')
-rw-r--r--src/include/sys/mm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/sys/mm.h b/src/include/sys/mm.h
index 959c2fa57..38272c684 100644
--- a/src/include/sys/mm.h
+++ b/src/include/sys/mm.h
@@ -99,6 +99,7 @@ int mm_set_permission(void* va, uint64_t size, uint64_t access_type);
enum MM_EXTEND_SIZE
{
+ MM_EXTEND_POST_SECUREBOOT, //< Extend memory to include bottom of cache.
MM_EXTEND_FULL_CACHE, //< Extend memory to include full cache (8mb).
MM_EXTEND_REAL_MEMORY, //< Extend memory into real mainstore.
};
OpenPOWER on IntegriCloud