diff options
| author | gdamore <gdamore@NetBSD.org> | 2006-09-05 06:45:05 +0000 |
|---|---|---|
| committer | gdamore <gdamore@NetBSD.org> | 2006-09-05 06:45:05 +0000 |
| commit | 113dbc3b0d95f1a67cceee8fa4401ac7ffb24823 (patch) | |
| tree | 6ba37ef91a1f46a06728dae042d211e88187acbf /sys/arch/sun3/include | |
| parent | 38209f62b73027196f88383b4b3c2b633c779984 (diff) | |
Update sun3 to use timecounters (interrupt clock only) and generic-todr.
Diffstat (limited to 'sys/arch/sun3/include')
| -rw-r--r-- | sys/arch/sun3/include/types.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/sun3/include/types.h b/sys/arch/sun3/include/types.h index 90a321c7845..049f802d927 100644 --- a/sys/arch/sun3/include/types.h +++ b/sys/arch/sun3/include/types.h @@ -1,5 +1,7 @@ -/* $NetBSD: types.h,v 1.12 2002/02/28 03:17:36 simonb Exp $ */ +/* $NetBSD: types.h,v 1.13 2006/09/05 06:45:05 gdamore Exp $ */ #include <m68k/types.h> #define __BROKEN_CONFIG_UNIT_USAGE +#define __HAVE_TIMECOUNTER +#define __HAVE_GENERIC_TODR |
