]> git.proxmox.com Git - mirror_edk2.git/blobdiff - UefiCpuPkg/CpuDxe/CpuMp.h
UefiCpuPkg/MpService: avoid reset AP still hold a lock
[mirror_edk2.git] / UefiCpuPkg / CpuDxe / CpuMp.h
index 4254419a933c3ed3af749e5dac5a0cb998b6d665..5c892381ef8ba243eb9ffe9bfcc2a04890d8d25d 100644 (file)
@@ -90,6 +90,7 @@ typedef enum {
 typedef struct {\r
   EFI_PROCESSOR_INFORMATION      Info;\r
   SPIN_LOCK                      CpuDataLock;\r
+  INTN                           LockSelf;\r
   volatile CPU_STATE             State;\r
 \r
   EFI_AP_PROCEDURE               Procedure;\r