|
@@ -32,6 +32,7 @@
|
|
#include <linux/thread_info.h>
|
|
#include <linux/thread_info.h>
|
|
#include <linux/ptrace.h>
|
|
#include <linux/ptrace.h>
|
|
#include <linux/hardirq.h>
|
|
#include <linux/hardirq.h>
|
|
|
|
+#include <linux/kbuild.h>
|
|
|
|
|
|
#include <asm/pgtable.h>
|
|
#include <asm/pgtable.h>
|
|
#include <asm/ptrace.h>
|
|
#include <asm/ptrace.h>
|
|
@@ -39,11 +40,6 @@
|
|
#include <asm/pdc.h>
|
|
#include <asm/pdc.h>
|
|
#include <asm/uaccess.h>
|
|
#include <asm/uaccess.h>
|
|
|
|
|
|
-#define DEFINE(sym, val) \
|
|
|
|
- asm volatile("\n->" #sym " %0 " #val : : "i" (val))
|
|
|
|
-
|
|
|
|
-#define BLANK() asm volatile("\n->" : : )
|
|
|
|
-
|
|
|
|
#ifdef CONFIG_64BIT
|
|
#ifdef CONFIG_64BIT
|
|
#define FRAME_SIZE 128
|
|
#define FRAME_SIZE 128
|
|
#else
|
|
#else
|