From 76a1ee06ce2edfb7cad2d30afa026e3ad122e939 Mon Sep 17 00:00:00 2001 From: Russell King Date: Mon, 27 Jan 2003 10:01:45 +0000 Subject: [ARM] Include ARM architecture version in module "version" string --- include/asm-arm/module.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/asm-arm/module.h') diff --git a/include/asm-arm/module.h b/include/asm-arm/module.h index 5b4d1a3f3679..24b168dc31a3 100644 --- a/include/asm-arm/module.h +++ b/include/asm-arm/module.h @@ -10,4 +10,9 @@ struct mod_arch_specific #define Elf_Sym Elf32_Sym #define Elf_Ehdr Elf32_Ehdr +/* + * Include the ARM architecture version. + */ +#define MODULE_ARCH_VERMAGIC "ARMv" __stringify(__LINUX_ARM_ARCH__) " " + #endif /* _ASM_ARM_MODULE_H */ -- cgit v1.2.3