ia64/xen-unstable
changeset 5924:0474ffc52ba7
fix x86_64 domain0 /dev/mem issue
x86_64 miss the define of ARCH_HAS_DEV_MEM, that causes
/drivers/char/mem.c to not show low 1M memory correctly.
Signed-off-by: Xiaofeng Ling <xiaofeng.ling@intel.com>
x86_64 miss the define of ARCH_HAS_DEV_MEM, that causes
/drivers/char/mem.c to not show low 1M memory correctly.
Signed-off-by: Xiaofeng Ling <xiaofeng.ling@intel.com>
author | kaf24@firebug.cl.cam.ac.uk |
---|---|
date | Fri Jul 29 10:22:03 2005 +0000 (2005-07-29) |
parents | dd1c092a7ee2 |
children | 691cd6f65739 |
files | linux-2.6-xen-sparse/include/asm-xen/asm-x86_64/io.h |
line diff
1.1 --- a/linux-2.6-xen-sparse/include/asm-xen/asm-x86_64/io.h Thu Jul 28 21:32:13 2005 +0000 1.2 +++ b/linux-2.6-xen-sparse/include/asm-xen/asm-x86_64/io.h Fri Jul 29 10:22:03 2005 +0000 1.3 @@ -369,4 +369,6 @@ extern int iommu_bio_merge; 1.4 1.5 #endif /* __KERNEL__ */ 1.6 1.7 +#define ARCH_HAS_DEV_MEM 1.8 + 1.9 #endif