K 10 svn:author V 5 hiren K 8 svn:date V 27 2013-05-12T22:01:22.239082Z K 7 svn:log V 322 MFC: r240475 Remove all the checks on curthread != NULL with the exception of some MD trap checks (eg. printtrap()). Generally this check is not needed anymore, as there is not a legitimate case where curthread != NULL, after pcpu 0 area has been properly initialized. Reviewed by: attilio Approved by: sbruno (mentor) END