Update of /cvsroot/linux-vax/kernel-2.5/arch/vax/kernel
In directory usw-pr-cvs1:/tmp/cvs-serv20975/kernel
Modified Files:
cpu_ka46.c
Log Message:
Fix boot lockup with VS4000/60
Index: cpu_ka46.c
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.5/arch/vax/kernel/cpu_ka46.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- cpu_ka46.c 20 May 2002 01:09:49 -0000 1.5
+++ cpu_ka46.c 27 May 2002 19:59:03 -0000 1.6
@@ -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)
|