diff options
| author | Alejandro Soto <alejandro@34project.org> | 2023-10-04 05:38:50 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2023-10-04 05:39:35 -0600 |
| commit | f2b332fe0bf95beab5ef4ecbbdc506a1b7d0399c (patch) | |
| tree | a99db4a0c93e244adc846552e1be82417a27f84c /demo/demo.h | |
| parent | f52299cf837951cbc1dc92fd0d084444ac3dc712 (diff) | |
demo: fix AP halt after boot
Diffstat (limited to 'demo/demo.h')
| -rw-r--r-- | demo/demo.h | 1 |
1 files changed, 0 insertions, 1 deletions
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); |
