diff options
| author | mrg <mrg@NetBSD.org> | 2000-05-22 02:35:23 +0000 |
|---|---|---|
| committer | mrg <mrg@NetBSD.org> | 2000-05-22 02:35:23 +0000 |
| commit | 296eaaa36daddfdf1aa61218ce9aff9908f623f6 (patch) | |
| tree | 459594c5d009eddea97930f685005ce8ec4f3a0a /sys/arch/sparc64/include | |
| parent | 2abe5dee91261380748cec7a24d63700b3806099 (diff) | |
add two new CPU_ISXXX versions: CPU_ISSUN4U, CPU_ISSUN4MOR4U
Diffstat (limited to 'sys/arch/sparc64/include')
| -rw-r--r-- | sys/arch/sparc64/include/param.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/sparc64/include/param.h b/sys/arch/sparc64/include/param.h index a86275dc0f6..1bea68b9811 100644 --- a/sys/arch/sparc64/include/param.h +++ b/sys/arch/sparc64/include/param.h @@ -1,4 +1,4 @@ -/* $NetBSD: param.h,v 1.16 2000/02/11 19:30:29 thorpej Exp $ */ +/* $NetBSD: param.h,v 1.17 2000/05/22 02:35:24 mrg Exp $ */ /* * Copyright (c) 1992, 1993 @@ -248,6 +248,8 @@ extern int mmumod; * extra memory references they'll generate. */ +#define CPU_ISSUN4U (1) +#define CPU_ISSUN4MOR4U (1) #define CPU_ISSUN4M (0) #define CPU_ISSUN4C (0) #define CPU_ISSUN4 (0) |
