diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2005-12-11 21:45:32 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2005-12-11 21:45:32 +0000 |
commit | f86bad4efd003c634555545a0f70a36406d90a16 (patch) | |
tree | 2fa8278055f297b53abf744c3ba0196fb34a59a3 /sys/arch/mvme88k/include/bugio.h | |
parent | 4aa16b6373f64a797a481dbfe9079dbe74597f4f (diff) |
Work in progress SMP code; mvme88k boards can spin up secondary CPUs,
kernel boots single user. Still a lot of polishing and bugfixing to do.
Diffstat (limited to 'sys/arch/mvme88k/include/bugio.h')
-rw-r--r-- | sys/arch/mvme88k/include/bugio.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/mvme88k/include/bugio.h b/sys/arch/mvme88k/include/bugio.h index cdc62d71d66..4401834e8e3 100644 --- a/sys/arch/mvme88k/include/bugio.h +++ b/sys/arch/mvme88k/include/bugio.h @@ -1,4 +1,4 @@ -/* $OpenBSD: bugio.h,v 1.14 2004/01/04 01:14:06 miod Exp $ */ +/* $OpenBSD: bugio.h,v 1.15 2005/12/11 21:45:31 miod Exp $ */ #ifndef __MACHINE_BUGIO_H__ #define __MACHINE_BUGIO_H__ @@ -16,5 +16,6 @@ void bugrtcrd(struct mvmeprom_time *); void bugreturn(void); void bugbrdid(struct mvmeprom_brdid *); void bugdiskrd(struct mvmeprom_dskio *); +int spin_cpu(cpuid_t, vaddr_t); #endif /* __MACHINE_BUGIO_H__ */ |