diff options
| author | Jason Evans <jasone@FreeBSD.org> | 2000-09-07 01:33:02 +0000 |
|---|---|---|
| committer | Jason Evans <jasone@FreeBSD.org> | 2000-09-07 01:33:02 +0000 |
| commit | 0384fff8c5b098545c3db311b0e0aa1ec4c9ae7e (patch) | |
| tree | bc6e36e781569f3efe04995c0b0befebb9154ef5 /sys/alpha/include/param.h | |
| parent | 62ae6c89ad2b03770097d05590093f93b9d94e08 (diff) | |
Notes
Diffstat (limited to 'sys/alpha/include/param.h')
| -rw-r--r-- | sys/alpha/include/param.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/alpha/include/param.h b/sys/alpha/include/param.h index 80dce22b47b8..742a3f793b8b 100644 --- a/sys/alpha/include/param.h +++ b/sys/alpha/include/param.h @@ -70,7 +70,11 @@ #define OBJFORMAT_NAMES "elf" #define OBJFORMAT_DEFAULT "elf" +#ifdef SMP +#define NCPUS 32 +#else #define NCPUS 1 +#endif /* * Round p (pointer or byte index) up to a correctly-aligned value for all |
