patch-2.1.109 linux/kernel/sched.c
Next file: linux/mm/filemap.c
Previous file: linux/kernel/printk.c
Back to the patch index
Back to the overall index
-  Lines: 18
-  Date:
Fri Jul 10 14:05:14 1998
-  Orig file: 
v2.1.108/linux/kernel/sched.c
-  Orig date: 
Wed Jun 24 22:54:12 1998
diff -u --recursive --new-file v2.1.108/linux/kernel/sched.c linux/kernel/sched.c
@@ -1532,7 +1532,7 @@
 		printk(stat_nam[p->state]);
 	else
 		printk(" ");
-#if ((~0UL) == 0xffffffff)
+#if (BITS_PER_LONG == 32)
 	if (p == current)
 		printk(" current  ");
 	else
@@ -1595,7 +1595,7 @@
 {
 	struct task_struct *p;
 
-#if ((~0UL) == 0xffffffff)
+#if (BITS_PER_LONG == 32)
 	printk("\n"
 	       "                         free                        sibling\n");
 	printk("  task             PC    stack   pid father child younger older\n");
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov