- some cpu and platform fixes.

- we'll just use decimal chip number (68030, ...) to identify cpu, fpu, and mmu for simplicity.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26041 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol
2008-06-20 02:11:45 +00:00
parent 7d5d19dfab
commit a3dc7ef06c
5 changed files with 75 additions and 51 deletions
@@ -15,9 +15,9 @@
// kernel args
typedef struct {
int cpu_type;
int fpu_type;
int mmu_type;
int cpu_type; // decimal: 68030, ...
int fpu_type; // decimal: 68030, ...
int mmu_type; // decimal: 68030, ...
int platform;
bool has_lpstop; //XXX: use bit flags
// architecture specific