mirror of https://github.com/acidanthera/audk.git
ArmPkg/include: Added macro ARM_VECTOR_TABLE_ALIGNMENT
Signed-off-by: Olivier Martin <olivier.martin@arm.com> git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13744 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
e349327f1a
commit
01bd6ea813
|
@ -57,6 +57,8 @@
|
|||
#define ARM_CPU_TYPE_A9 0xC09
|
||||
#define ARM_CPU_TYPE_A5 0xC05
|
||||
|
||||
#define ARM_VECTOR_TABLE_ALIGNMENT ((1 << 5)-1)
|
||||
|
||||
VOID
|
||||
EFIAPI
|
||||
ArmEnableSWPInstruction (
|
||||
|
|
Loading…
Reference in New Issue