diff options
| author | Linus Torvalds <torvalds@home.transmeta.com> | 2003-02-02 06:14:57 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2003-02-02 06:14:57 -0800 |
| commit | 49a85c6a87f97479c0eb4500a69a54bdda28cafa (patch) | |
| tree | f424f074f85eb9eaec5f24d8f70835e2da1974ce /include/asm-arm/module.h | |
| parent | 4251bd1a6ab8e5602281314350217310f7f70055 (diff) | |
| parent | 1687c697916fdd7bf8745384477312009ed79933 (diff) | |
Merge bk://bk.arm.linux.org.uk
into home.transmeta.com:/home/torvalds/v2.5/linux
Diffstat (limited to 'include/asm-arm/module.h')
| -rw-r--r-- | include/asm-arm/module.h | 5 |
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 */ |
