From f2b332fe0bf95beab5ef4ecbbdc506a1b7d0399c Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Wed, 4 Oct 2023 05:38:50 -0600 Subject: demo: fix AP halt after boot --- demo/demo.h | 1 - 1 file changed, 1 deletion(-) (limited to 'demo/demo.h') diff --git a/demo/demo.h b/demo/demo.h index ca6199e..f01b36c 100644 --- a/demo/demo.h +++ b/demo/demo.h @@ -26,7 +26,6 @@ void console_init(void); void print(const char *fmt, ...); void read_line(char *vuf, unsigned size); -int cpus_ready(void); void run_cpu(unsigned num); void run_cpus(unsigned mask); void halt_cpu(unsigned num); -- cgit v1.2.3