K 10 svn:author V 8 jmallett K 8 svn:date V 27 2010-06-21T03:05:31.162684Z K 7 svn:log V 566 o) We always run with COP2 access enabled, as far as I can tell, so we just need to disable interrupts for now for safe use of the crypto coprocessor within the kernel. XXX We shouldn't always have COP2 access enabled, we should trap on first access and enable it and do something like with fpcurthread. I now have a good idea of how to handle this generically via some arrays in the pcpu struct, but as I only need to use COP2 in the kernel, it's not a priority for me to do anything that makes userland COP2 use work. END