diff options
| author | Missy Connell <missyc@us.ibm.com> | 2011-09-19 15:13:28 -0500 |
|---|---|---|
| committer | Melissa J. Connell <missyc@us.ibm.com> | 2011-10-06 11:41:57 -0500 |
| commit | fdbe0a754e64fb8c4c7cb9aa98184ca87a867e22 (patch) | |
| tree | fe4b3b6dc6b84c0e494dd6ab305e1e60635dd7d7 /src/include/kernel/basesegment.H | |
| parent | 336f6ac6abc1d5ee4efc1229be06a66baf06643b (diff) | |
| download | blackbird-hostboot-fdbe0a754e64fb8c4c7cb9aa98184ca87a867e22.tar.gz blackbird-hostboot-fdbe0a754e64fb8c4c7cb9aa98184ca87a867e22.zip | |
pge permission functionality..
Add code that applies the permissions requested.
Add merge conflicts
Change-Id: I5911406ba4670714faaf4880399da71692559397
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/353
Tested-by: Jenkins Server
Reviewed-by: Melissa J. Connell <missyc@us.ibm.com>
Diffstat (limited to 'src/include/kernel/basesegment.H')
| -rw-r--r-- | src/include/kernel/basesegment.H | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/kernel/basesegment.H b/src/include/kernel/basesegment.H index 574be1a1f..1064e1f82 100644 --- a/src/include/kernel/basesegment.H +++ b/src/include/kernel/basesegment.H @@ -105,7 +105,7 @@ class BaseSegment : public Segment */ static int mmSetPermission(void* i_va, uint64_t i_size, - PAGE_PERMISSIONS i_access_type); + uint64_t i_access_type); /** * @breif Cast out older physical memory pages * @param[in] castout Constraint @@ -144,7 +144,7 @@ class BaseSegment : public Segment */ int _mmSetPermission(void* i_va, uint64_t i_size, - PAGE_PERMISSIONS i_access_type); + uint64_t i_access_type); }; |

