machine != platform
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26471 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -94,7 +94,7 @@ check_cpu_features()
|
|||||||
return EINVAL;
|
return EINVAL;
|
||||||
}
|
}
|
||||||
machine_type = (uint16)(c->ivalue >> 16);
|
machine_type = (uint16)(c->ivalue >> 16);
|
||||||
gKernelArgs.arch_args.platform = machine_type;
|
gKernelArgs.arch_args.machine = machine_type;
|
||||||
|
|
||||||
return B_OK;
|
return B_OK;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user