From 01ed65f720a32e35d12c7f4d68297e3599157846 Mon Sep 17 00:00:00 2001 From: ian Date: Fri, 28 Jul 2023 08:43:09 +0000 Subject: kernel: Cleanup arch abstraction layer git-svn-id: https://svn.vegaa.systems/svn/vega-Vega/trunk@29 a8a8aea2-181d-ee11-89e8-15fd0e089fc4 --- sys/kern/init_main.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'sys/kern') diff --git a/sys/kern/init_main.c b/sys/kern/init_main.c index e77b2ce..0e8d4b5 100644 --- a/sys/kern/init_main.c +++ b/sys/kern/init_main.c @@ -40,10 +40,6 @@ __KERNEL_META("$Vega$: init_main.c, Ian Marco Moffett, " "Where the Vega kernel first starts up"); -static struct processor bsp = { - .machdep = DEFAULT_PROCESSOR_MACHDEP -}; - void main(void) { @@ -55,7 +51,7 @@ main(void) VEGA_ARCH, VEGA_VERSION, VEGA_BUILDDATE, VEGA_BUILDBRANCH); - processor_init(&bsp); + processor_init(); vm_physseg_init(); acpi_init(); -- cgit v1.2.3