diff options
| author | thorpej <thorpej@NetBSD.org> | 1999-08-10 21:08:05 +0000 |
|---|---|---|
| committer | thorpej <thorpej@NetBSD.org> | 1999-08-10 21:08:05 +0000 |
| commit | 28fb7c1eb8a6e73cb44a0ca57fcc1ada71a9f5ba (patch) | |
| tree | 8d45e297acac38cd4027be029f146f737f2d2923 /sys/arch/atari/include | |
| parent | c8b0d0494959983c1944e5bff2fe4d116d7ce246 (diff) | |
Define cpu_number() as discussed on tech-smp.
Diffstat (limited to 'sys/arch/atari/include')
| -rw-r--r-- | sys/arch/atari/include/cpu.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/atari/include/cpu.h b/sys/arch/atari/include/cpu.h index c63dce113c4..b0cc657a0b3 100644 --- a/sys/arch/atari/include/cpu.h +++ b/sys/arch/atari/include/cpu.h @@ -1,4 +1,4 @@ -/* $NetBSD: cpu.h,v 1.31 1999/02/26 22:37:57 is Exp $ */ +/* $NetBSD: cpu.h,v 1.32 1999/08/10 21:08:06 thorpej Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -62,6 +62,7 @@ #define cpu_swapin(p) /* nothing */ #define cpu_wait(p) /* nothing */ #define cpu_swapout(p) /* nothing */ +#define cpu_number() 0 /* * Arguments to hardclock and gatherstats encapsulate the previous |
