patch-2.3.38 linux/include/asm-sparc/processor.h

Next file: linux/include/asm-sparc/unistd.h
Previous file: linux/include/asm-sparc/checksum.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.37/linux/include/asm-sparc/processor.h linux/include/asm-sparc/processor.h
@@ -1,4 +1,4 @@
-/* $Id: processor.h,v 1.73 1999/12/15 14:18:52 davem Exp $
+/* $Id: processor.h,v 1.75 2000/01/07 20:21:42 davem Exp $
  * include/asm-sparc/processor.h
  *
  * Copyright (C) 1994 David S. Miller (davem@caip.rutgers.edu)
@@ -204,6 +204,8 @@
 
 #define alloc_task_struct() BTFIXUP_CALL(alloc_task_struct)()
 #define free_task_struct(tsk) BTFIXUP_CALL(free_task_struct)(tsk)
+
+/* XXX Anton, here is where you implement get_task_struct et al. */
 
 #define init_task	(init_task_union.task)
 #define init_stack	(init_task_union.stack)

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)