commit | 1459bed346a78f4fd99c93fe22a319b55fd36cc3 | [log] [tgz] |
---|---|---|
author | Andrew Boie <andrew.p.boie@intel.com> | Sat Mar 02 11:40:23 2019 -0800 |
committer | Anas Nashif <anas.nashif@intel.com> | Sun Mar 03 22:34:25 2019 -0500 |
tree | 6655a74caf303cbb97c47c93b73755afa521637f | |
parent | 605ae101eb09d4b7248d4e32d53eb9beb261d6b3 [diff] |
x86: fix pte corruption when setting large regions We need a copy of the flags field for ever PTE we are updating, we can't just keep OR-ing in the address field. Fixes issues seen when setting flags for memory regions larger than a page. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>