diff options
Diffstat (limited to 'arch/ia64/include/asm/xen/privop.h')
-rw-r--r-- | arch/ia64/include/asm/xen/privop.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/include/asm/xen/privop.h b/arch/ia64/include/asm/xen/privop.h index e5fbaeeb161a..fb4ec5e0b066 100644 --- a/arch/ia64/include/asm/xen/privop.h +++ b/arch/ia64/include/asm/xen/privop.h | |||
@@ -69,7 +69,7 @@ | |||
69 | * may have different semantics depending on whether they are executed | 69 | * may have different semantics depending on whether they are executed |
70 | * at PL0 vs PL!=0. When paravirtualized, these instructions mustn't | 70 | * at PL0 vs PL!=0. When paravirtualized, these instructions mustn't |
71 | * be allowed to execute directly, lest incorrect semantics result. */ | 71 | * be allowed to execute directly, lest incorrect semantics result. */ |
72 | extern void xen_fc(unsigned long addr); | 72 | extern void xen_fc(void *addr); |
73 | extern unsigned long xen_thash(unsigned long addr); | 73 | extern unsigned long xen_thash(unsigned long addr); |
74 | 74 | ||
75 | /* Note that "ttag" and "cover" are also privilege-sensitive; "ttag" | 75 | /* Note that "ttag" and "cover" are also privilege-sensitive; "ttag" |