X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=arch%2Falpha%2Fkernel%2Fmachvec_impl.h;h=b7d69604b6d2e522b8aabc0e904c0ab78b0e637a;hb=00fc0e0dda6286407f3854cd71a125f519a5689c;hp=d3398f6ab74c2d0b80c538a1181d03f47fbed501;hpb=1630e843e104528ddf0208dfc692c70c9bd05a89;p=deliverable%2Flinux.git diff --git a/arch/alpha/kernel/machvec_impl.h b/arch/alpha/kernel/machvec_impl.h index d3398f6ab74c..b7d69604b6d2 100644 --- a/arch/alpha/kernel/machvec_impl.h +++ b/arch/alpha/kernel/machvec_impl.h @@ -144,9 +144,11 @@ else beforehand. Fine. We'll do it ourselves. */ #if 0 #define ALIAS_MV(system) \ - struct alpha_machine_vector alpha_mv __attribute__((alias(#system "_mv"))); + struct alpha_machine_vector alpha_mv __attribute__((alias(#system "_mv"))); \ + EXPORT_SYMBOL(alpha_mv); #else #define ALIAS_MV(system) \ - asm(".global alpha_mv\nalpha_mv = " #system "_mv"); + asm(".global alpha_mv\nalpha_mv = " #system "_mv"); \ + EXPORT_SYMBOL(alpha_mv); #endif #endif /* GENERIC */