Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 118165
b: refs/heads/master
c: 3f5e26c
h: refs/heads/master
i:
  118163: cd3102b
v: v3
  • Loading branch information
Jan Beulich authored and Sam Ravnborg committed Oct 29, 2008
1 parent b1a75ef commit 6a5d15f
Show file tree
Hide file tree
Showing 2 changed files with 6 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: bd8f89ff47f11941a109220dbd51d81fd7ed2058
refs/heads/master: 3f5e26cee443eb4d3900cd3085664c3e51b72135
6 changes: 5 additions & 1 deletion trunk/include/linux/init.h
Original file line number Diff line number Diff line change
Expand Up @@ -112,21 +112,25 @@
#define __FINIT .previous

#define __INITDATA .section ".init.data","aw"
#define __INITRODATA .section ".init.rodata","a"
#define __FINITDATA .previous

#define __DEVINIT .section ".devinit.text", "ax"
#define __DEVINITDATA .section ".devinit.data", "aw"
#define __DEVINITRODATA .section ".devinit.rodata", "a"

#define __CPUINIT .section ".cpuinit.text", "ax"
#define __CPUINITDATA .section ".cpuinit.data", "aw"
#define __CPUINITRODATA .section ".cpuinit.rodata", "a"

#define __MEMINIT .section ".meminit.text", "ax"
#define __MEMINITDATA .section ".meminit.data", "aw"
#define __MEMINITRODATA .section ".meminit.rodata", "a"

/* silence warnings when references are OK */
#define __REF .section ".ref.text", "ax"
#define __REFDATA .section ".ref.data", "aw"
#define __REFCONST .section ".ref.rodata", "aw"
#define __REFCONST .section ".ref.rodata", "a"

#ifndef __ASSEMBLY__
/*
Expand Down

0 comments on commit 6a5d15f

Please sign in to comment.