Fix from Tor so that if we enter the debugger in the tristate going to

SMP (other CPUs stopped but SMP mode not really started).

Obtained from:Tor.Egge@fast.no
This commit is contained in:
Matt Jacob 1999-09-25 18:36:31 +00:00
parent b232a7db96
commit f327fe4c57
3 changed files with 3 additions and 0 deletions

View File

@ -177,6 +177,7 @@ void u_sleep __P((int));
/* global data in init_smp.c */
extern int invltlb_ok;
extern int smp_active;
extern int smp_started;
extern volatile int smp_idle_loops;
#endif /* !LOCORE */

View File

@ -177,6 +177,7 @@ void u_sleep __P((int));
/* global data in init_smp.c */
extern int invltlb_ok;
extern int smp_active;
extern int smp_started;
extern volatile int smp_idle_loops;
#endif /* !LOCORE */

View File

@ -177,6 +177,7 @@ void u_sleep __P((int));
/* global data in init_smp.c */
extern int invltlb_ok;
extern int smp_active;
extern int smp_started;
extern volatile int smp_idle_loops;
#endif /* !LOCORE */