Update of /cvsroot/linux-vax/kernel-2.5/arch/vax/kernel
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14012
Modified Files:
cpu_vxt.c
Log Message:
- VXT2000+ doesn't yet have a real console / serial driver, so keep
early console until it dies (because of not-yet-working network
driver for NFS-Root).
Index: cpu_vxt.c
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.5/arch/vax/kernel/cpu_vxt.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- cpu_vxt.c 3 Oct 2004 11:32:30 -0000 1.17
+++ cpu_vxt.c 4 Oct 2004 06:51:50 -0000 1.18
@@ -46,6 +46,7 @@
.post_vm_getchar = vxt2694_getchar,
.cpu_type_str = vxt_cpu_type_str,
.clock_init = generic_clock_init,
+ .keep_early_console = 1,
};
static struct cpu_match __CPU_MATCH cpu_vxt = {
|