|
@@ -67,8 +67,10 @@
|
|
|
|
|
|
/* For assembly routines */
|
|
/* For assembly routines */
|
|
#define __INIT .section ".init.text","ax"
|
|
#define __INIT .section ".init.text","ax"
|
|
|
|
+#define __INIT_REFOK .section ".text.init.refok","ax"
|
|
#define __FINIT .previous
|
|
#define __FINIT .previous
|
|
#define __INITDATA .section ".init.data","aw"
|
|
#define __INITDATA .section ".init.data","aw"
|
|
|
|
+#define __INITDATA_REFOK .section ".data.init.refok","aw"
|
|
|
|
|
|
#ifndef __ASSEMBLY__
|
|
#ifndef __ASSEMBLY__
|
|
/*
|
|
/*
|