aboutsummaryrefslogtreecommitdiff
path: root/src/core/core.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-05-05 23:54:43 -0400
committerbunnei <bunneidev@gmail.com>2018-05-10 19:34:52 -0400
commit8aa5d25f826c8969a1e9938d8c8e12fa6df8be82 (patch)
tree5e0832f4382787a889d3f0ed1ec75175a6ac8071 /src/core/core.h
parentd6e3cd9a17c47ce68ddb1392b7fff8c9e645aa07 (diff)
threading: Reschedule only on cores that are necessary.
Diffstat (limited to 'src/core/core.h')
-rw-r--r--src/core/core.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/core.h b/src/core/core.h
index 115061932b..5740e858b8 100644
--- a/src/core/core.h
+++ b/src/core/core.h
@@ -114,6 +114,8 @@ public:
ARM_Interface& ArmInterface(size_t core_index);
+ Cpu& CpuCore(size_t core_index);
+
Tegra::GPU& GPU() {
return *gpu_core;
}