Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56395
b: refs/heads/master
c: 838c411
h: refs/heads/master
i:
  56393: 48ee019
  56391: a58d7ef
v: v3
  • Loading branch information
Prarit Bhargava authored and Linus Torvalds committed May 15, 2007
1 parent ec24c87 commit 1e42296
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 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: 3bd2aad2103314a0a09614dc29926a1437db02f7
refs/heads/master: 838c41184fee5e151c09972f2ba90c16493af614
7 changes: 1 addition & 6 deletions trunk/include/linux/init.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,9 @@
#endif

/* For assembly routines */
#ifdef CONFIG_HOTPLUG_CPU
#define __INIT .section ".text","ax"
#define __INITDATA .section ".data","aw"
#else
#define __INIT .section ".init.text","ax"
#define __INITDATA .section ".init.data","aw"
#endif
#define __FINIT .previous
#define __INITDATA .section ".init.data","aw"

#ifndef __ASSEMBLY__
/*
Expand Down

0 comments on commit 1e42296

Please sign in to comment.