From 0b680113fbc55b91bc7785ef235df32df6103eda Mon Sep 17 00:00:00 2001 From: Stephen Cprek Date: Mon, 19 Jun 2017 15:26:19 -0500 Subject: Remove half cache init and do it in the page manager Change-Id: I3e870c9b50d13704c4c88adfc96e5943cff9dae2 RTC: 175114 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/42153 Reviewed-by: Michael Baiocchi Tested-by: Jenkins Server Reviewed-by: Martin Gloff Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Tested-by: FSP CI Jenkins Reviewed-by: Daniel M. Crowell --- src/include/sys/mm.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/include/sys') diff --git a/src/include/sys/mm.h b/src/include/sys/mm.h index e7b49f8f7..b89c82fea 100644 --- a/src/include/sys/mm.h +++ b/src/include/sys/mm.h @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2011,2016 */ +/* Contributors Listed Below - COPYRIGHT 2011,2017 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -102,7 +102,6 @@ int mm_set_permission(void* va, uint64_t size, uint64_t access_type); enum MM_EXTEND_SIZE { - MM_EXTEND_PARTIAL_CACHE, //< Extend memory to include 512KB to 4MB MM_EXTEND_REDUCED_CACHE, //< Extend memory to include reduced cache (8MB). MM_EXTEND_FULL_CACHE, //< Extend memory to include full cache (10MB). MM_EXTEND_REAL_MEMORY, //< Extend memory into real mainstore. -- cgit v1.2.3