- 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user