Abstracted cpu and mmu version dependant stuff (compatibility where are you) into ops like func arrays.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22821 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol
2007-11-03 21:02:03 +00:00
parent 5a4ca4d18e
commit 1a8a803ee1
5 changed files with 188 additions and 160 deletions
@@ -15,6 +15,10 @@
// kernel args
typedef struct {
int cpu_type;
int fpu_type;
int mmu_type;
int platform;
// architecture specific
uint64 cpu_frequency;
uint64 bus_frequency;