Update of /cvsroot/linux-vax/kernel-2.4/arch/vax/kernel
In directory usw-pr-cvs1:/tmp/cvs-serv13830
Modified Files:
cpu_ka46.c
Log Message:
KA46 (VS4000/60) has been broken for a while, since Dave didn't realize
that you can't call printk() before VM is setup. Fixed now...
Index: cpu_ka46.c
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.4/arch/vax/kernel/cpu_ka46.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- cpu_ka46.c 25 Apr 2002 08:46:20 -0000 1.11
+++ cpu_ka46.c 18 May 2002 18:12:35 -0000 1.12
@@ -79,7 +79,6 @@
mv_ka46.sidex = *(unsigned int *)RIGEL_SIDEX_ADDR;
__mtpr(PR_ACCS,2); /* Enable floating points */
- printk("ka46: enabled floating point\n");
}
void ka46_post_vm_init(void)
|