commit | d03c60b71ba25e527104a7af1974943a2cafd872 | [log] [tgz] |
---|---|---|
author | Andrew Boie <andrew.p.boie@intel.com> | Mon Jul 20 10:33:13 2020 -0700 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Aug 25 15:49:59 2020 -0400 |
tree | e9933845b80f0ebf9a1f6d5aeec2c1f69ce66eac | |
parent | 2c3523e421ceb84cddc6c8b6026ecf0ff6b5a984 [diff] |
x86: force VM base to be identity mapped The x86 ports are linked at their physical address and the arch_mem_map() implementation currently requires virtual = physical. This will be removed later. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>