patch-2.1.87 linux/include/asm-m68k/entry.h
Next file: linux/include/asm-m68k/font.h
Previous file: linux/include/asm-m68k/bugs.h
Back to the patch index
Back to the overall index
- Lines: 27
- Date:
Thu Feb 12 16:30:13 1998
- Orig file:
v2.1.86/linux/include/asm-m68k/entry.h
- Orig date:
Mon Jun 16 16:36:00 1997
diff -u --recursive --new-file v2.1.86/linux/include/asm-m68k/entry.h linux/include/asm-m68k/entry.h
@@ -40,12 +40,11 @@
/*
* these are offsets into the task-struct
*/
-LTASK_STATE = 0
-LTASK_COUNTER = 4
-LTASK_PRIORITY = 8
-LTASK_SIGNAL = 12
-LTASK_BLOCKED = 16
-LTASK_FLAGS = 20
+LTASK_STATE = 0
+LTASK_FLAGS = 4
+LTASK_SIGPENDING = 8
+LTASK_ADDRLIMIT = 12
+LTASK_EXECDOMAIN = 16
LTSS_KSP = 0
LTSS_USP = 4
@@ -55,7 +54,7 @@
LTSS_FPCTXT = 24
/* the following macro is used when enabling interrupts */
-#if defined(MACH_ATARI_ONLY)
+#if defined(MACH_ATARI_ONLY) && !defined(CONFIG_HADES)
/* block out HSYNC on the atari */
#define ALLOWINT 0xfbff
#define MAX_NOINT_IPL 3
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov