diff options
| author | 2022-07-07 12:34:46 -0400 | |
|---|---|---|
| committer | 2022-07-14 22:47:18 -0400 | |
| commit | da07e13e0798a4ebd423595830f04e2234a03942 (patch) | |
| tree | 2e2a88eb2fd2a5ae6f070609040418f9c1df4c35 /src/core/cpu_manager.h | |
| parent | kernel: fix issues with single core mode (diff) | |
| download | yuzu-da07e13e0798a4ebd423595830f04e2234a03942.tar.gz yuzu-da07e13e0798a4ebd423595830f04e2234a03942.tar.xz yuzu-da07e13e0798a4ebd423595830f04e2234a03942.zip | |
kernel: fix single-core preemption points
Diffstat (limited to 'src/core/cpu_manager.h')
| -rw-r--r-- | src/core/cpu_manager.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/cpu_manager.h b/src/core/cpu_manager.h index 835505b92..95ea3ef39 100644 --- a/src/core/cpu_manager.h +++ b/src/core/cpu_manager.h | |||
| @@ -5,7 +5,6 @@ | |||
| 5 | 5 | ||
| 6 | #include <array> | 6 | #include <array> |
| 7 | #include <atomic> | 7 | #include <atomic> |
| 8 | #include <csetjmp> | ||
| 9 | #include <functional> | 8 | #include <functional> |
| 10 | #include <memory> | 9 | #include <memory> |
| 11 | #include <thread> | 10 | #include <thread> |