start_kernel take no param

Andrea Arcangeli (arcangeli@mbox.queen.it)
Sat, 8 Aug 1998 16:59:36 +0200 (CEST)


Why should start_kernel(void) get parameters?

--- /usr/src/linux/arch/i386/kernel/head.S Fri Jul 17 23:37:02 1998
+++ linux/arch/i386/kernel/head.S Mon Aug 3 02:29:42 1998
@@ -241,9 +241,6 @@
#endif
xorl %eax,%eax
lldt %ax
- pushl %eax # These are the parameters to main :-)
- pushl %eax
- pushl %eax
cld # gcc2 wants the direction flag cleared at all times
call SYMBOL_NAME(start_kernel)
L6:

Andrea[s] Arcangeli

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.altern.org/andrebalsa/doc/lkml-faq.html