K 10 svn:author V 3 njl K 8 svn:date V 27 2005-02-15T07:21:20.000000Z K 7 svn:log V 325 Correct a few bugs in the legacy cpu attachment. Get the unit from the parent cpu device before passing it to pcpu_find(). Get the ivars from the child, not parent cpu device. These bugs would cause a panic when dereferencing the pcpu ivar, but weren't present in the acpi attachment which it seems most people are using. END