Skip to content

Commit 1991494

Browse files
authored
DelayedDispatch.h: Increase delayed dispatch entry max to 32 (#1504)
## Description The current value of 8 is not large enough to accommodate platform usage. - [x] Impacts functionality? - [ ] Impacts security? - [ ] Breaking change? - [ ] Includes tests? - [ ] Includes documentation? - [x] Backport to release branch? ## How This Was Tested - MdeModule package build - Integrate into a platform >8 delayed dispatch entries ## Integration Instructions - N/A Signed-off-by: Michael Kubacki <[email protected]>
1 parent 65d9cb2 commit 1991494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MdeModulePkg/Include/Guid/DelayedDispatch.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
//
1919
// Maximal number of Delayed Dispatch entries supported
2020
//
21-
#define DELAYED_DISPATCH_MAX_ENTRIES 8
21+
#define DELAYED_DISPATCH_MAX_ENTRIES 32 // MU_CHANGE: Set max delayed dispatch entries to 32
2222

2323
//
2424
// Internal structure for delayed dispatch entries.

0 commit comments

Comments
 (0)