summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRussell King <rmk@flint.arm.linux.org.uk>2003-01-27 10:01:45 +0000
committerRussell King <rmk@flint.arm.linux.org.uk>2003-01-27 10:01:45 +0000
commit76a1ee06ce2edfb7cad2d30afa026e3ad122e939 (patch)
treeba9b898266a196c7f64a48228ccdff0180c6be3d /include
parentaa2cbc19b92e37e54e5af342699e2bc51e67c1dc (diff)
[ARM] Include ARM architecture version in module "version" string
Diffstat (limited to 'include')
-rw-r--r--include/asm-arm/module.h5
1 files changed, 5 insertions, 0 deletions
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 */