|
@@ -9,6 +9,7 @@
|
|
* 2 of the License, or (at your option) any later version.
|
|
* 2 of the License, or (at your option) any later version.
|
|
*/
|
|
*/
|
|
|
|
|
|
|
|
+#include <linux/init.h>
|
|
#include <linux/threads.h>
|
|
#include <linux/threads.h>
|
|
#include <linux/linkage.h>
|
|
#include <linux/linkage.h>
|
|
#include <asm/ptrace.h>
|
|
#include <asm/ptrace.h>
|
|
@@ -31,7 +32,7 @@
|
|
#define __400_LCR 0xfe000100
|
|
#define __400_LCR 0xfe000100
|
|
#define __400_LSBR 0xfe000c00
|
|
#define __400_LSBR 0xfe000c00
|
|
|
|
|
|
- .section .text.init,"ax"
|
|
|
|
|
|
+ __INIT
|
|
.balign 4
|
|
.balign 4
|
|
|
|
|
|
###############################################################################
|
|
###############################################################################
|