| 504 | } |
| 505 | |
| 506 | void SMCProcessor::stop(IOService *provider) { |
| 507 | SYSLOG("scpu", "called stop!!!"); |
| 508 | } |
| 509 | |
| 510 | EXPORT extern "C" kern_return_t ADDPR(kern_start)(kmod_info_t *, void *) { |
| 511 | // Report success but actually do not start and let I/O Kit unload us. |
nothing calls this directly
no outgoing calls
no test coverage detected