Changeset 90173 in vbox
- Timestamp:
- Jul 14, 2021 12:55:32 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 145688
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/VMMR0JmpA-amd64.asm
r87456 r90173 33 33 34 34 ;; Workaround for linux 4.6 fast/slow syscall stack depth difference. 35 ;; Update: This got worse with linux 5.13. See bugref:10064. 35 36 %ifdef VMM_R0_SWITCH_STACK 36 37 %define STACK_FUZZ_SIZE 0 37 38 %else 38 %define STACK_FUZZ_SIZE 12839 %define STACK_FUZZ_SIZE 256 39 40 %endif 40 41
Note:
See TracChangeset
for help on using the changeset viewer.