aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/x86_32/entry.S
diff options
context:
space:
mode:
Diffstat (limited to 'xen/arch/x86/x86_32/entry.S')
-rw-r--r--xen/arch/x86/x86_32/entry.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/xen/arch/x86/x86_32/entry.S b/xen/arch/x86/x86_32/entry.S
index 475474b99a..93827336d4 100644
--- a/xen/arch/x86/x86_32/entry.S
+++ b/xen/arch/x86/x86_32/entry.S
@@ -751,6 +751,7 @@ ENTRY(hypercall_table)
.long do_boot_vcpu
.long do_ni_hypercall /* 25 */
.long do_mmuext_op
+ .long do_policy_op /* 27 */
.rept NR_hypercalls-((.-hypercall_table)/4)
.long do_ni_hypercall
.endr