diff options
Diffstat (limited to 'arch/x86/xen/setup.c')
| -rw-r--r-- | arch/x86/xen/setup.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86/xen/setup.c b/arch/x86/xen/setup.c index 94eac5c85cdc..056d11faef21 100644 --- a/arch/x86/xen/setup.c +++ b/arch/x86/xen/setup.c | |||
| @@ -475,7 +475,7 @@ static void __init fiddle_vdso(void) | |||
| 475 | #endif | 475 | #endif |
| 476 | } | 476 | } |
| 477 | 477 | ||
| 478 | static int __cpuinit register_callback(unsigned type, const void *func) | 478 | static int register_callback(unsigned type, const void *func) |
| 479 | { | 479 | { |
| 480 | struct callback_register callback = { | 480 | struct callback_register callback = { |
| 481 | .type = type, | 481 | .type = type, |
| @@ -486,7 +486,7 @@ static int __cpuinit register_callback(unsigned type, const void *func) | |||
| 486 | return HYPERVISOR_callback_op(CALLBACKOP_register, &callback); | 486 | return HYPERVISOR_callback_op(CALLBACKOP_register, &callback); |
| 487 | } | 487 | } |
| 488 | 488 | ||
| 489 | void __cpuinit xen_enable_sysenter(void) | 489 | void xen_enable_sysenter(void) |
| 490 | { | 490 | { |
| 491 | int ret; | 491 | int ret; |
| 492 | unsigned sysenter_feature; | 492 | unsigned sysenter_feature; |
| @@ -505,7 +505,7 @@ void __cpuinit xen_enable_sysenter(void) | |||
| 505 | setup_clear_cpu_cap(sysenter_feature); | 505 | setup_clear_cpu_cap(sysenter_feature); |
| 506 | } | 506 | } |
| 507 | 507 | ||
| 508 | void __cpuinit xen_enable_syscall(void) | 508 | void xen_enable_syscall(void) |
| 509 | { | 509 | { |
| 510 | #ifdef CONFIG_X86_64 | 510 | #ifdef CONFIG_X86_64 |
| 511 | int ret; | 511 | int ret; |
