On Thu, Jun 20, 2002 at 12:26:33PM -0700, William Lee Irwin III wrote:
> The final piece, built on top of the previous two. Please comment and/or
> use your discretion. Although I test compiled and booted it on UP i386,
> this may not be the desired cleanup. The original purpose of this was to
> enforce the usage of Linux' standard list data type for the pidhash.
Okay, one more piece, thanks to Brad Heilbrun <bheilbrun@paypal.com>:
Cheers,
Bill
diff -urN linux-2.5.23-virgin/kernel/fork.c linux-2.5.23-wli/kernel/fork.c
--- linux-2.5.23-virgin/kernel/fork.c Thu Jun 20 18:21:18 2002
+++ linux-2.5.23-wli/kernel/fork.c Thu Jun 20 18:21:31 2002
@@ -61,7 +61,7 @@
} while (!pidhash && size >= sizeof(list_t));
if (!pidhash)
- panic("Failed to allocated pid hash table!\n");
+ panic("Failed to allocate pid hash table!\n");
pidhash_size = size/sizeof(list_t);
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
This archive was generated by hypermail 2b29 : Sun Jun 23 2002 - 22:00:23 EST