patch-1.3.51 linux/arch/i386/kernel/smp.c
Next file: linux/drivers/block/genhd.c
Previous file: linux/arch/i386/kernel/signal.c
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Tue Dec 26 06:03:00 1995
- Orig file:
v1.3.50/linux/arch/i386/kernel/smp.c
- Orig date:
Thu Dec 21 08:53:30 1995
diff -u --recursive --new-file v1.3.50/linux/arch/i386/kernel/smp.c linux/arch/i386/kernel/smp.c
@@ -29,6 +29,7 @@
#include <linux/smp.h>
#include <asm/pgtable.h>
#include <asm/bitops.h>
+#include <asm/pgtable.h>
#include <asm/smp.h>
extern void *vremap(unsigned long offset, unsigned long size); /* Linus hasnt put this in the headers yet */
@@ -611,7 +612,7 @@
* During boot up send no messages
*/
- if(!smp_activated)
+ if(!smp_activated || !smp_commenced)
return;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this