Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74386
b: refs/heads/master
c: 9e6c1e6
h: refs/heads/master
v: v3
  • Loading branch information
David Howells authored and Linus Torvalds committed Nov 29, 2007
1 parent f36bfa7 commit 54ad13d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 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: 8853c202b4a91713dbfb4d9b6e1c87cc2aa12392
refs/heads/master: 9e6c1e633355b69803094ecbac4cecc96e00965c
7 changes: 6 additions & 1 deletion trunk/kernel/kallsyms.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,14 @@

/* These will be re-linked against their real values during the second link stage */
extern const unsigned long kallsyms_addresses[] __attribute__((weak));
extern const unsigned long kallsyms_num_syms __attribute__((weak));
extern const u8 kallsyms_names[] __attribute__((weak));

/* tell the compiler that the count isn't in the small data section if the arch
* has one (eg: FRV)
*/
extern const unsigned long kallsyms_num_syms
__attribute__((weak, section(".rodata")));

extern const u8 kallsyms_token_table[] __attribute__((weak));
extern const u16 kallsyms_token_index[] __attribute__((weak));

Expand Down

0 comments on commit 54ad13d

Please sign in to comment.