limine: guarantee that SMP `goto_address` is initialized to NULL

Signed-off-by: xvanc <xvancm@gmail.com>
This commit is contained in:
xvanc 2022-07-21 22:30:57 -05:00
parent a58e66a187
commit bae4f50265
No known key found for this signature in database
GPG Key ID: F08CBAA87D582701
1 changed files with 2 additions and 1 deletions

View File

@ -606,7 +606,8 @@ jump to the written address, on a 64KiB (or Stack Size Request size) stack. A po
`struct limine_smp_info` structure of the CPU is passed in `RDI`. Other than
that, the CPU state will be the same as described for the bootstrap
processor. This field is unused for the structure describing the bootstrap
processor.
processor. For all CPUs, this field is guaranteed to be NULL when control is first passed
to the bootstrap processor.
* `extra_argument` - A free for use field.
### Memory Map Feature