aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/IScheduler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/IScheduler.cpp')
-rw-r--r--src/runtime/IScheduler.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/runtime/IScheduler.cpp b/src/runtime/IScheduler.cpp
index 4292469d14..02541810bd 100644
--- a/src/runtime/IScheduler.cpp
+++ b/src/runtime/IScheduler.cpp
@@ -131,6 +131,9 @@ IScheduler::IScheduler()
{
switch(get_cpu_impl())
{
+ case 0xd0f:
+ _info.CPU = CPUTarget::A55_DOT;
+ break;
case 0xd03:
_info.CPU = CPUTarget::A53;
break;