|
@@ -10,9 +10,9 @@
|
|
* -This is the more "natural" hand written assembler
|
|
* -This is the more "natural" hand written assembler
|
|
*/
|
|
*/
|
|
|
|
|
|
|
|
+#include <linux/linkage.h>
|
|
#include <asm/entry.h> /* For the SAVE_* macros */
|
|
#include <asm/entry.h> /* For the SAVE_* macros */
|
|
#include <asm/asm-offsets.h>
|
|
#include <asm/asm-offsets.h>
|
|
-#include <asm/linkage.h>
|
|
|
|
|
|
|
|
#define KSP_WORD_OFF ((TASK_THREAD + THREAD_KSP) / 4)
|
|
#define KSP_WORD_OFF ((TASK_THREAD + THREAD_KSP) / 4)
|
|
|
|
|