projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1160bd2
)
arm: hook up domctl and memory_op
author
Ian Campbell
<ian.campbell@citrix.com>
Tue, 26 Jun 2012 15:23:47 +0000
(16:23 +0100)
committer
Ian Campbell
<ian.campbell@citrix.com>
Tue, 26 Jun 2012 15:23:47 +0000
(16:23 +0100)
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Committed-by: Ian Campbell <ian.campbell@citrix.com>
xen/arch/arm/traps.c
patch
|
blob
|
history
diff --git
a/xen/arch/arm/traps.c
b/xen/arch/arm/traps.c
index 5ed754f9eda55071a5f89c0dad66e95b5e19d872..5d8b7f9302383081d5dd91f26c711e518cfd3f17 100644
(file)
--- a/
xen/arch/arm/traps.c
+++ b/
xen/arch/arm/traps.c
@@
-373,6
+373,8
@@
typedef unsigned long arm_hypercall_t(
[ __HYPERVISOR_ ## x ] = (arm_hypercall_t *) do_ ## x
static arm_hypercall_t *arm_hypercall_table[] = {
+ HYPERCALL(memory_op),
+ HYPERCALL(domctl),
HYPERCALL(arch_0),
HYPERCALL(sched_op),
HYPERCALL(console_io),