From 107ce9b0fb68e60d12338b7ef23bb107d4489898 Mon Sep 17 00:00:00 2001 From: "Ithamar R. Adema" Date: Sat, 30 Oct 2010 13:57:32 +0000 Subject: [PATCH] * 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 --- headers/private/kernel/arch/arm/arch_kernel_args.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/headers/private/kernel/arch/arm/arch_kernel_args.h b/headers/private/kernel/arch/arm/arch_kernel_args.h index 5d90f18109..80e5db29c9 100644 --- a/headers/private/kernel/arch/arm/arch_kernel_args.h +++ b/headers/private/kernel/arch/arm/arch_kernel_args.h @@ -20,17 +20,12 @@ typedef struct { int mmu_type; int platform; int machine; // platform specific machine type - bool has_lpstop; //XXX: use bit flags // architecture specific uint64 cpu_frequency; uint64 bus_frequency; uint64 time_base_frequency; uint32 phys_pgdir; uint32 vir_pgdir; - uint32 num_pgtables; - uint32 pgtables[50]; - uint32 page_hole; - } arch_kernel_args; #endif /* KERNEL_ARCH_ARM_KERNEL_ARGS_H */