summaryrefslogtreecommitdiffstats
path: root/src/include/sys
diff options
context:
space:
mode:
authorPatrick Williams <iawillia@us.ibm.com>2012-12-17 10:41:54 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-12-17 13:27:08 -0600
commit64bf16fe0d2cb9af68de92d7698cf28b963636e4 (patch)
treef347a91ca286fcced006121371c1102de939447f /src/include/sys
parent26a86256282eb6ff0e5816207785e4382c258980 (diff)
downloadtalos-hostboot-64bf16fe0d2cb9af68de92d7698cf28b963636e4.tar.gz
talos-hostboot-64bf16fe0d2cb9af68de92d7698cf28b963636e4.zip
ptmgr lacked support for physical mapped addrs.
Added a new access type of BYPASS_HRMOR that the ptmgr will support when a PTE is added, so that blocks can support addresses which do not have the HRMOR applied. This is needed so that mm_linear_map will work correctly when HRMOR != 0. Change-Id: Ie4599d63a4454f425e0a0964b02fec7075c4401e RTC: 60665 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2733 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
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 dca50d9a4..f3488b3d8 100644
--- a/src/include/sys/mm.h
+++ b/src/include/sys/mm.h
@@ -58,6 +58,7 @@ enum PAGE_PERMISSIONS
ALLOCATE_FROM_ZERO = 0x00000010,
NO_ALLOCATE_FROM_ZERO = 0x00000020,
NO_ACCESS = 0x00000040,
+ BYPASS_HRMOR = 0x00000080,
};
OpenPOWER on IntegriCloud