commit | e7f260a276f2c9184fe753732d834b1f6fbe9f17 | [log] [tgz] |
---|---|---|
author | venkatesh.pallipadi@intel.com <venkatesh.pallipadi@intel.com> | Tue Mar 18 17:00:21 2008 -0700 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Apr 24 23:40:47 2008 +0200 |
tree | a3189a6f29dd89f4bd91002a4cc9cb05dc9c9c63 | |
parent | f0970c13b6a5b01189aeb196ebb573cf87d95839 [diff] |
x86: PAT use reserve free memtype in mmap of /dev/mem Use reserve_memtype and free_memtype wrappers for /dev/mem mmaps. The memtype is slightly complicated here, given that we have to support existing X mappings. We fallback on UC_MINUS for that. Signed-off-by: Venkatesh Pallipadi <venkatesh.pallipadi@intel.com> Signed-off-by: Suresh Siddha <suresh.b.siddha@intel.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>