doc: Fix typos in interrupt hld
Signed-off-by: Reyes, Amy <amy.reyes@intel.com>
This commit is contained in:
parent
0ec9aaea6f
commit
4a7c81a449
|
@ -191,7 +191,7 @@ The interrupt vectors are assigned as shown here:
|
||||||
- Usage
|
- Usage
|
||||||
|
|
||||||
* - 0x0-0x14
|
* - 0x0-0x14
|
||||||
- Exceptions: NMI, INT3, page dault, GP, debug.
|
- Exceptions: NMI, INT3, page fault, GP, debug.
|
||||||
|
|
||||||
* - 0x15-0x1F
|
* - 0x15-0x1F
|
||||||
- Reserved
|
- Reserved
|
||||||
|
@ -218,7 +218,7 @@ The interrupt vectors are assigned as shown here:
|
||||||
- Hypervisor Callback HSM
|
- Hypervisor Callback HSM
|
||||||
|
|
||||||
* - 0xF4
|
* - 0xF4
|
||||||
- Performance Monitering Interrupt
|
- Performance Monitoring Interrupt
|
||||||
|
|
||||||
* - 0xFF
|
* - 0xFF
|
||||||
- SPURIOUS_APIC_VECTOR
|
- SPURIOUS_APIC_VECTOR
|
||||||
|
|
Loading…
Reference in New Issue