diff options
| author | Roger Pau Monné <royger@FreeBSD.org> | 2018-04-05 14:39:51 +0000 |
|---|---|---|
| committer | Roger Pau Monné <royger@FreeBSD.org> | 2018-04-05 14:39:51 +0000 |
| commit | 9dba82a4422a50722d40bf5318e6de204c1e372a (patch) | |
| tree | 375b46e497b395cbac9a906ebf91d7db7414a2b8 /sys/amd64/include | |
| parent | 319cc4a70059e20e5c43e6704485139a3398ebf0 (diff) | |
Notes
Diffstat (limited to 'sys/amd64/include')
| -rw-r--r-- | sys/amd64/include/smp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/include/smp.h b/sys/amd64/include/smp.h index 64135bc36f580..2ecfe62cf9fbf 100644 --- a/sys/amd64/include/smp.h +++ b/sys/amd64/include/smp.h @@ -23,7 +23,6 @@ /* global symbols in mpboot.S */ extern char mptramp_start[]; -extern char mptramp_end[]; extern u_int32_t mptramp_pagetables; /* IPI handlers */ @@ -59,6 +58,7 @@ void invlpg_pcid_handler(void); void invlrng_invpcid_handler(void); void invlrng_pcid_handler(void); int native_start_all_aps(void); +void mp_bootaddress(vm_paddr_t *, unsigned int *); #endif /* !LOCORE */ #endif /* SMP */ |
