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
- Lines: 8
- Date:
Fri Jan 7 12:59:42 2000
- Orig file:
v2.3.37/linux/include/asm-arm/processor.h
- Orig date:
Tue Dec 7 09:32:49 1999
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)