Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 144250
b: refs/heads/master
c: 9203fc9
h: refs/heads/master
v: v3
  • Loading branch information
Tim Abbott authored and Linus Torvalds committed Apr 28, 2009
1 parent 419b5c7 commit cfad403
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: edada399e81303e85a1090b3cf0f3c5b13ff5f53
refs/heads/master: 9203fc9c1266ed21c327f679ad05e53509dfbee1
5 changes: 3 additions & 2 deletions trunk/arch/powerpc/include/asm/ppc_asm.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#ifndef _ASM_POWERPC_PPC_ASM_H
#define _ASM_POWERPC_PPC_ASM_H

#include <linux/init.h>
#include <linux/stringify.h>
#include <asm/asm-compat.h>
#include <asm/processor.h>
Expand Down Expand Up @@ -189,7 +190,7 @@ name: \
GLUE(.,name):

#define _INIT_GLOBAL(name) \
.section ".text.init.refok"; \
__REF; \
.align 2 ; \
.globl name; \
.globl GLUE(.,name); \
Expand Down Expand Up @@ -229,7 +230,7 @@ name: \
GLUE(.,name):

#define _INIT_STATIC(name) \
.section ".text.init.refok"; \
__REF; \
.align 2 ; \
.section ".opd","aw"; \
name: \
Expand Down

0 comments on commit cfad403

Please sign in to comment.