X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=arch%2Fia64%2Fkernel%2Fmachvec.c;h=cd70ff1900333594222d259ef30e3e69a2eea7bf;hb=9c920a8402f2bb9bd931801d429b65f4eb6a262b;hp=c3a04ee7f4f612764731723c396c5ef07b8ed109;hpb=a91482bdcc2e0f6035702e46f1b99043a0893346;p=linux-2.6.git diff --git a/arch/ia64/kernel/machvec.c b/arch/ia64/kernel/machvec.c index c3a04ee7f..cd70ff190 100644 --- a/arch/ia64/kernel/machvec.c +++ b/arch/ia64/kernel/machvec.c @@ -43,6 +43,12 @@ machvec_init (const char *name) #endif /* CONFIG_IA64_GENERIC */ +void +machvec_noop (void) +{ +} +EXPORT_SYMBOL(machvec_noop); + void machvec_setup (char **arg) {