--- trunk/src/devices/dev_mp.c 2007/10/08 16:19:43 23 +++ trunk/src/devices/dev_mp.c 2007/10/08 16:19:56 24 @@ -25,7 +25,7 @@ * SUCH DAMAGE. * * - * $Id: dev_mp.c,v 1.34 2006/02/09 20:02:59 debug Exp $ + * $Id: dev_mp.c,v 1.36 2006/05/04 19:49:25 debug Exp $ * * This is a fake multiprocessor (MP) device. It can be useful for * theoretical experiments, but probably bares no resemblance to any @@ -42,7 +42,8 @@ #include "machine.h" #include "memory.h" #include "misc.h" -#include "mp.h" + +#include "testmachine/dev_mp.h" struct mp_data { @@ -120,7 +121,7 @@ break; case DEV_MP_PAUSE_CPU: - /* Pause all cpus except our selves: */ + /* Pause all cpus except a specific CPU: */ which_cpu = idata; for (i=0; imachine->ncpus; i++)