kernel: update documentation referencing old init levels
A couple references to the old PRIMARY and SECONDARY levels were left in place when everything moved to the new levels. Signed-off-by: Peter A. Bigot <pab@pabigot.com>
This commit is contained in:
parent
d1bca4e056
commit
5bb18ac719
2 changed files with 3 additions and 3 deletions
|
@ -61,7 +61,7 @@ extern "C" {
|
|||
* yet available.
|
||||
* \n
|
||||
* \li PRE_KERNEL_2: Used for devices that rely on the initialization of devices
|
||||
* initialized as part of the PRIMARY level. These devices cannot use any
|
||||
* initialized as part of the PRE_KERNEL_1 level. These devices cannot use any
|
||||
* kernel services during configuration, since they are not yet available.
|
||||
* \n
|
||||
* \li POST_KERNEL: Used for devices that require kernel services during
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue