Fix i686 build by setting APIC transformation tables static
This commit is contained in:
parent
ba6e68e1b5
commit
96a19d23b3
@ -54,7 +54,7 @@ XTFASTCALL
|
||||
KRUNLEVEL
|
||||
HlpTransformApicTprToRunLevel(IN UCHAR Tpr)
|
||||
{
|
||||
KRUNLEVEL TransformationTable[16] =
|
||||
STATIC KRUNLEVEL TransformationTable[16] =
|
||||
{
|
||||
PASSIVE_LEVEL,
|
||||
PASSIVE_LEVEL,
|
||||
@ -92,7 +92,7 @@ XTFASTCALL
|
||||
UCHAR
|
||||
HlpTransformRunLevelToApicTpr(IN KRUNLEVEL RunLevel)
|
||||
{
|
||||
UCHAR TransformationTable[32] =
|
||||
STATIC UCHAR TransformationTable[32] =
|
||||
{
|
||||
APIC_VECTOR_ZERO,
|
||||
APIC_VECTOR_APC,
|
||||
|
Loading…
Reference in New Issue
Block a user