From: Dave A. <ai...@us...> - 2002-03-05 22:40:53
|
Update of /cvsroot/linux-vax/kernel-2.4/arch/vax/kernel In directory usw-pr-cvs1:/tmp/cvs-serv26630 Modified Files: cpu_ka46.c Log Message: DA: move floating point unit enable back further in boot Index: cpu_ka46.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/arch/vax/kernel/cpu_ka46.c,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- cpu_ka46.c 15 Dec 2001 12:21:58 -0000 1.9 +++ cpu_ka46.c 5 Mar 2002 22:40:47 -0000 1.10 @@ -74,6 +74,9 @@ ka46_cache_enable(); 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) @@ -132,8 +135,6 @@ vsbus_setup(); #endif /* CONFIG_VSBUS */ - __mtpr(PR_ACCS,2); /* Enable floating points */ - printk("ka46: enabled floating point\n"); /* initialise the DMA area */ ka46_dma_init(); } |