kernel/arm: Correct platform id on ARM
This commit is contained in:
committed by
Alexander von Gluck IV
parent
1e57dd30a8
commit
ab341b9d63
@@ -29,7 +29,8 @@ arch_fill_topology_node(cpu_topology_node_info* node, int32 cpu)
|
|||||||
{
|
{
|
||||||
switch (node->type) {
|
switch (node->type) {
|
||||||
case B_TOPOLOGY_ROOT:
|
case B_TOPOLOGY_ROOT:
|
||||||
node->data.root.platform = B_CPU_PPC_64;
|
// TODO: ARM_64?
|
||||||
|
node->data.root.platform = B_CPU_ARM;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case B_TOPOLOGY_PACKAGE:
|
case B_TOPOLOGY_PACKAGE:
|
||||||
|
|||||||
Reference in New Issue
Block a user