summaryrefslogtreecommitdiffstats
path: root/kernel/arch/mips/include/asm/vpe.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/arch/mips/include/asm/vpe.h')
-rw-r--r--kernel/arch/mips/include/asm/vpe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/arch/mips/include/asm/vpe.h b/kernel/arch/mips/include/asm/vpe.h
index 7849f3978..80e70dbd1 100644
--- a/kernel/arch/mips/include/asm/vpe.h
+++ b/kernel/arch/mips/include/asm/vpe.h
@@ -122,7 +122,7 @@ void release_vpe(struct vpe *v);
void *alloc_progmem(unsigned long len);
void release_progmem(void *ptr);
-int __weak vpe_run(struct vpe *v);
+int vpe_run(struct vpe *v);
void cleanup_tc(struct tc *tc);
int __init vpe_module_init(void);