arm: remove unused variables from arch_kernel_args

Change-Id: Ice2be644142b646205648f44fb5bce5e9848e69d
Reviewed-on: https://review.haiku-os.org/c/haiku/+/6192
Reviewed-by: Fredrik Holmqvist <[email protected]>
Tested-by: Automation <[email protected]>
This commit is contained in:
David Karoly
2023-03-11 21:05:49 +00:00
parent 9a9c5e9fee
commit 0aeb55c8ac
2 changed files with 0 additions and 20 deletions
@@ -23,12 +23,6 @@
// kernel args
typedef struct {
int cpu_type;
int fpu_type;
int mmu_type;
int platform;
int machine; // platform specific machine type
// architecture specific
uint32 phys_pgdir;
uint32 vir_pgdir;