arch/x86/exception: Improve the readability of a comment
Add punctuation and fix a typo. Change-Id: Ic61c665f7e2daefb50b478a1710ea66c8a88235a Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net> Reviewed-on: https://review.coreboot.org/28993 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
parent
900fcb50f4
commit
773cc1b413
|
@ -554,8 +554,8 @@ struct intr_gate {
|
|||
|
||||
/* Even though the vecX symbols are interrupt entry points just treat them
|
||||
like data to more easily get the pointer values in C. Because IDT entries
|
||||
format splits the offset field up one can't use the linker to resolve
|
||||
parts of a relecation on x86 ABI an array of pointers is used to gather
|
||||
format splits the offset field up, one can't use the linker to resolve
|
||||
parts of a relocation on x86 ABI. An array of pointers is used to gather
|
||||
the symbols. The IDT is initialized at runtime when exception_init() is
|
||||
called. */
|
||||
extern u8 vec0[], vec1[], vec2[], vec3[], vec4[], vec5[], vec6[], vec7[];
|
||||
|
|
Loading…
Reference in New Issue