X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ArmPkg%2FDrivers%2FCpuDxe%2FCpuDxe.h;h=a46db8d2575452c004f1c4d922ea9e10cf37764b;hb=3b44bb552781777d55661d3c5750bc85c9c17150;hp=d16abe400ef3c5c9a5a912de54abbe0311367d9d;hpb=3402aac7d985bf8a9f9d3c639f3fe93609380513;p=mirror_edk2.git diff --git a/ArmPkg/Drivers/CpuDxe/CpuDxe.h b/ArmPkg/Drivers/CpuDxe/CpuDxe.h index d16abe400e..a46db8d257 100644 --- a/ArmPkg/Drivers/CpuDxe/CpuDxe.h +++ b/ArmPkg/Drivers/CpuDxe/CpuDxe.h @@ -35,17 +35,9 @@ #include #include #include -#include #include - -#define EFI_MEMORY_CACHETYPE_MASK (EFI_MEMORY_UC | \ - EFI_MEMORY_WC | \ - EFI_MEMORY_WT | \ - EFI_MEMORY_WB | \ - EFI_MEMORY_UCE \ - ) - +extern BOOLEAN mIsFlushingGCD; /** This function registers and enables the handler specified by InterruptHandler for a processor @@ -177,6 +169,4 @@ SetGcdMemorySpaceAttributes ( IN UINT64 Attributes ); -extern VIRTUAL_UNCACHED_PAGES_PROTOCOL gVirtualUncachedPages; - #endif // __CPU_DXE_ARM_EXCEPTION_H__