Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 63877
b: refs/heads/master
c: 3f3f7b7
h: refs/heads/master
i:
  63875: fdc06be
v: v3
  • Loading branch information
Andi Kleen authored and Linus Torvalds committed Aug 11, 2007
1 parent 297888f commit 4f6a56c
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: f055a0619aae795832ef6a783021184925758b67
refs/heads/master: 3f3f7b74a7749c3a669ca146270c07568b548665
2 changes: 1 addition & 1 deletion trunk/include/linux/init.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
#define __init __attribute__ ((__section__ (".init.text"))) __cold
#define __initdata __attribute__ ((__section__ (".init.data")))
#define __exitdata __attribute__ ((__section__(".exit.data")))
#define __exit_call __attribute_used__ __attribute__ ((__section__ (".exitcall.exit"))) __cold
#define __exit_call __attribute_used__ __attribute__ ((__section__ (".exitcall.exit")))

/* modpost check for section mismatches during the kernel build.
* A section mismatch happens when there are references from a
Expand Down

0 comments on commit 4f6a56c

Please sign in to comment.