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

Next file: linux/include/asm-i386/checksum.h
Previous file: linux/include/asm-alpha/processor.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.37/linux/include/asm-arm/processor.h linux/include/asm-arm/processor.h
@@ -117,7 +117,6 @@
 extern struct task_struct *alloc_task_struct(void);
 extern void __free_task_struct(struct task_struct *);
 #define get_task_struct(p)	atomic_inc(&(p)->thread.refcount)
-#define put_task_struct(p)	free_task_struct(p)
 #define free_task_struct(p)					\
  do {								\
 	if (atomic_dec_and_test(&(p)->thread.refcount))		\

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