author | Ravikiran G Thirumalai
<kiran@scalex86.org> 2008-09-23 05:58:47 UTC |
committer | Ingo Molnar
<mingo@elte.hu> 2008-09-23 08:31:26 UTC |
parent | b61e06f258e50b25c38a73bea782bdb6876f0f70 |
arch/x86/kernel/vsmp_64.c | +1 | -1 |
diff --git a/arch/x86/kernel/vsmp_64.c b/arch/x86/kernel/vsmp_64.c index 0c029e8959c..7766d36983f 100644 --- a/arch/x86/kernel/vsmp_64.c +++ b/arch/x86/kernel/vsmp_64.c @@ -61,7 +61,7 @@ static void vsmp_irq_enable(void) native_restore_fl((flags | X86_EFLAGS_IF) & (~X86_EFLAGS_AC)); } -static unsigned __init vsmp_patch(u8 type, u16 clobbers, void *ibuf, +static unsigned __init_or_module vsmp_patch(u8 type, u16 clobbers, void *ibuf, unsigned long addr, unsigned len) { switch (type) {