|
@@ -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>
|
|
@@ -189,7 +190,7 @@ name: \
|
|
|
GLUE(.,name):
|
|
|
|
|
|
#define _INIT_GLOBAL(name) \
|
|
|
- .section ".text.init.refok"; \
|
|
|
+ __REF; \
|
|
|
.align 2 ; \
|
|
|
.globl name; \
|
|
|
.globl GLUE(.,name); \
|
|
@@ -229,7 +230,7 @@ name: \
|
|
|
GLUE(.,name):
|
|
|
|
|
|
#define _INIT_STATIC(name) \
|
|
|
- .section ".text.init.refok"; \
|
|
|
+ __REF; \
|
|
|
.align 2 ; \
|
|
|
.section ".opd","aw"; \
|
|
|
name: \
|