Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 336933
b: refs/heads/master
c: 78d86c2
h: refs/heads/master
i:
  336931: 54bad27
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Nov 30, 2012
1 parent 2296e41 commit 8b99107
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 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: da095fd3d5063f2dd03468d71f7df39a0430d86f
refs/heads/master: 78d86c213f28193082b5d8a1a424044b7ba406f1
18 changes: 7 additions & 11 deletions trunk/include/linux/init.h
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,13 @@

#define __exit __section(.exit.text) __exitused __cold notrace

/* Used for HOTPLUG */
#define __devinit __section(.devinit.text) __cold notrace
#define __devinitdata __section(.devinit.data)
#define __devinitconst __constsection(.devinit.rodata)
#define __devexit __section(.devexit.text) __exitused __cold notrace
#define __devexitdata __section(.devexit.data)
#define __devexitconst __constsection(.devexit.rodata)
/* Used for HOTPLUG, but that is always enabled now, so just make them noops */
#define __devinit
#define __devinitdata
#define __devinitconst
#define __devexit
#define __devexitdata
#define __devexitconst

/* Used for HOTPLUG_CPU */
#define __cpuinit __section(.cpuinit.text) __cold notrace
Expand All @@ -126,10 +126,6 @@
#define __INITRODATA .section ".init.rodata","a",%progbits
#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"
Expand Down

0 comments on commit 8b99107

Please sign in to comment.