projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fff9b78
)
Fix 32-bit build after p2m series
author
Tim Deegan
<Tim.Deegan@citrix.com>
Mon, 6 Jun 2011 08:56:08 +0000
(09:56 +0100)
committer
Tim Deegan
<Tim.Deegan@citrix.com>
Mon, 6 Jun 2011 08:56:08 +0000
(09:56 +0100)
Signed-off-by: Tim Deegan <Tim.Deegan@citrix.com>
xen/include/asm-x86/p2m.h
patch
|
blob
|
history
diff --git
a/xen/include/asm-x86/p2m.h
b/xen/include/asm-x86/p2m.h
index 0b4fa905d7e99c35af56bedb60306458cf4de4fa..282e5edb142a69e1690b1163c2093ea702c8bace 100644
(file)
--- a/
xen/include/asm-x86/p2m.h
+++ b/
xen/include/asm-x86/p2m.h
@@
-493,6
+493,13
@@
static inline void p2m_mem_access_check(unsigned long gpa, bool_t gla_valid,
unsigned long gla, bool_t access_r,
bool_t access_w, bool_t access_x)
{ }
+static inline int p2m_set_mem_access(struct domain *d,
+ unsigned long start_pfn,
+ uint32_t nr, hvmmem_access_t access)
+{ return -EINVAL; }
+static inline int p2m_get_mem_access(struct domain *d, unsigned long pfn,
+ hvmmem_access_t *access)
+{ return -EINVAL; }
#endif
/*