K 10 svn:author V 2 ed K 8 svn:date V 27 2008-08-13T09:20:52.144669Z K 7 svn:log V 464 Fix compilation of arm's AVILA. Compilation of the AVILA kernel failed because of two reasons: - It needed curthread, which is defined through . - It still referred the softc's sc_mtx field, which has been replaced by sc_lock three weeks ago. To solve the first problem, I decided to include in , which also seems to be done by and . Those header files also require curthread. Approved by: jhb END