From 10e70143fd451dc9855a562482ce9195f1d0d0bb Mon Sep 17 00:00:00 2001 From: Damien Zammit Date: Fri, 9 Feb 2024 02:11:14 +0000 Subject: smp: Fix compile error with missing apboot_addr Message-ID: <20240209021108.1715770-1-damien@zamaudio.com> --- i386/i386/model_dep.h | 5 +++++ i386/i386/mp_desc.h | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'i386') diff --git a/i386/i386/model_dep.h b/i386/i386/model_dep.h index 095eec9b..5369e288 100644 --- a/i386/i386/model_dep.h +++ b/i386/i386/model_dep.h @@ -28,6 +28,11 @@ #include +/* + * Address to hold AP boot code, held in ASM + */ +extern phys_addr_t apboot_addr; + /* * Find devices. The system is alive. */ diff --git a/i386/i386/mp_desc.h b/i386/i386/mp_desc.h index bcc68662..dc3a7dc8 100644 --- a/i386/i386/mp_desc.h +++ b/i386/i386/mp_desc.h @@ -76,11 +76,6 @@ extern uint8_t solid_intstack[]; extern int bspdone; -/* - * Address to hold AP boot code, held in ASM - */ -extern phys_addr_t apboot_addr; - /* * Each CPU calls this routine to set up its descriptor tables. */ -- cgit v1.2.3