Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 35908
b: refs/heads/master
c: 1bb4996
h: refs/heads/master
v: v3
  • Loading branch information
Andi Kleen authored and Andi Kleen committed Sep 26, 2006
1 parent 5d23cd2 commit c341fb9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: dbf9272e863bf4b17ee8e3c66c26682b2061d40d
refs/heads/master: 1bb4996bcebca1cde49d964b4e012699ce180e61
3 changes: 2 additions & 1 deletion trunk/include/asm-ia64/module.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ struct mod_arch_specific {
#define Elf_Ehdr Elf64_Ehdr

#define MODULE_PROC_FAMILY "ia64"
#define MODULE_ARCH_VERMAGIC MODULE_PROC_FAMILY
#define MODULE_ARCH_VERMAGIC MODULE_PROC_FAMILY \
"gcc-" __stringify(__GNUC__) "." __stringify(__GNUC_MINOR__)

#define ARCH_SHF_SMALL SHF_IA_64_SHORT

Expand Down
4 changes: 2 additions & 2 deletions trunk/include/linux/vermagic.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
#define VERMAGIC_STRING \
UTS_RELEASE " " \
MODULE_VERMAGIC_SMP MODULE_VERMAGIC_PREEMPT \
MODULE_VERMAGIC_MODULE_UNLOAD MODULE_ARCH_VERMAGIC \
"gcc-" __stringify(__GNUC__) "." __stringify(__GNUC_MINOR__)
MODULE_VERMAGIC_MODULE_UNLOAD MODULE_ARCH_VERMAGIC

0 comments on commit c341fb9

Please sign in to comment.