From c94276f7f5ab360e5c4bb0565289c1b9aa91cbde Mon Sep 17 00:00:00 2001 From: Flavio Cruz Date: Wed, 4 Jan 2023 22:45:45 -0500 Subject: Move cpu_down and other functions inside SMP ifdef cpu_down is shown as not required when disabling SMP so moving it inside NCPUS > 1 to eliminate the warning. Note that the diff ended up looking a bit different due the way functions are laid out. Message-Id: --- kern/processor.h | 1 - 1 file changed, 1 deletion(-) (limited to 'kern/processor.h') diff --git a/kern/processor.h b/kern/processor.h index b81526c0..abc2e866 100644 --- a/kern/processor.h +++ b/kern/processor.h @@ -320,7 +320,6 @@ extern kern_return_t processor_set_threads( natural_t *count); #endif -void processor_doaction(processor_t processor); void processor_doshutdown(processor_t processor); void quantum_set(processor_set_t pset); void pset_init(processor_set_t pset); -- cgit v1.2.3