Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 298229
b: refs/heads/master
c: 9aaf440
h: refs/heads/master
i:
  298227: a451243
v: v3
  • Loading branch information
Jan Beulich authored and Michal Marek committed Mar 26, 2012
1 parent f1258f9 commit 910b577
Show file tree
Hide file tree
Showing 2 changed files with 2 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: e33936451484b06b61b259172fa3761a7d1cd4dc
refs/heads/master: 9aaf440f8fabcebf9ea79a62ccf4c212e6544b49
2 changes: 1 addition & 1 deletion trunk/scripts/mod/modpost.c
Original file line number Diff line number Diff line change
Expand Up @@ -849,7 +849,7 @@ static void check_section(const char *modname, struct elf_info *elf,

#define ALL_INIT_DATA_SECTIONS \
".init.setup$", ".init.rodata$", \
".devinit.rodata$", ".cpuinit.rodata$", ".meminit.rodata$" \
".devinit.rodata$", ".cpuinit.rodata$", ".meminit.rodata$", \
".init.data$", ".devinit.data$", ".cpuinit.data$", ".meminit.data$"
#define ALL_EXIT_DATA_SECTIONS \
".exit.data$", ".devexit.data$", ".cpuexit.data$", ".memexit.data$"
Expand Down

0 comments on commit 910b577

Please sign in to comment.