aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sh/machvec_init.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-sh/machvec_init.h')
-rw-r--r--include/asm-sh/machvec_init.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-sh/machvec_init.h b/include/asm-sh/machvec_init.h
index 88a973edcf15..cb015b8bb365 100644
--- a/include/asm-sh/machvec_init.h
+++ b/include/asm-sh/machvec_init.h
@@ -14,6 +14,6 @@
14 14
15#define __initmv __attribute__((unused,__section__ (".machvec.init"))) 15#define __initmv __attribute__((unused,__section__ (".machvec.init")))
16#define ALIAS_MV(system) \ 16#define ALIAS_MV(system) \
17 asm(".global sh_mv\nsh_mv = mv_"#system ); 17 asm(".weak sh_mv\nsh_mv = mv_"#system );
18 18
19#endif /* __SH_MACHVEC_INIT_H */ 19#endif /* __SH_MACHVEC_INIT_H */