| 78 | } |
| 79 | |
| 80 | static void |
| 81 | configure_final(void *dummy) |
| 82 | { |
| 83 | |
| 84 | /* Enable interrupt reception on this CPU */ |
| 85 | intr_enable(); |
| 86 | cninit_finish(); |
| 87 | |
| 88 | if (bootverbose) |
| 89 | printf("Device configuration finished.\n"); |
| 90 | |
| 91 | cold = 0; |
| 92 | } |
nothing calls this directly
no test coverage detected