mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
MdeModulePkg: CpuExceptionHandlerLib: Define X86_CPU_INTERRUPT_NUM
There are currently many definitions for the number of interrupts for X86 processors. Centralize this definition in CpuExceptionHandlerLib. Signed-off-by: Oliver Smith-Denny <osde@microsoft.com>
This commit is contained in:
parent
3657a4fc9f
commit
3ed9aceeb8
1 changed files with 2 additions and 0 deletions
|
|
@ -12,6 +12,8 @@
|
|||
#include <Ppi/VectorHandoffInfo.h>
|
||||
#include <Protocol/Cpu.h>
|
||||
|
||||
#define X86_CPU_INTERRUPT_NUM 256
|
||||
|
||||
/**
|
||||
Initializes all CPU exceptions entries and provides the default exception handlers.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue