* ARM: Remove fields that were no longer used since r39168...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39205 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -20,17 +20,12 @@ typedef struct {
|
|||||||
int mmu_type;
|
int mmu_type;
|
||||||
int platform;
|
int platform;
|
||||||
int machine; // platform specific machine type
|
int machine; // platform specific machine type
|
||||||
bool has_lpstop; //XXX: use bit flags
|
|
||||||
// architecture specific
|
// architecture specific
|
||||||
uint64 cpu_frequency;
|
uint64 cpu_frequency;
|
||||||
uint64 bus_frequency;
|
uint64 bus_frequency;
|
||||||
uint64 time_base_frequency;
|
uint64 time_base_frequency;
|
||||||
uint32 phys_pgdir;
|
uint32 phys_pgdir;
|
||||||
uint32 vir_pgdir;
|
uint32 vir_pgdir;
|
||||||
uint32 num_pgtables;
|
|
||||||
uint32 pgtables[50];
|
|
||||||
uint32 page_hole;
|
|
||||||
|
|
||||||
} arch_kernel_args;
|
} arch_kernel_args;
|
||||||
|
|
||||||
#endif /* KERNEL_ARCH_ARM_KERNEL_ARGS_H */
|
#endif /* KERNEL_ARCH_ARM_KERNEL_ARGS_H */
|
||||||
|
|||||||
Reference in New Issue
Block a user