diff options
| author | joerg <joerg@NetBSD.org> | 2008-01-20 18:09:03 +0000 |
|---|---|---|
| committer | joerg <joerg@NetBSD.org> | 2008-01-20 18:09:03 +0000 |
| commit | 3615cf77159918b7f0f329fe9bd331e3ebdced7d (patch) | |
| tree | 22973ad9165e64bd43f42f088fc6f91ebe013a06 /sys/arch/mvmeppc/include | |
| parent | eb444c6f8554c82b259e7c89caa6aa6b2f24aac7 (diff) | |
Now that __HAVE_TIMECOUNTER and __HAVE_GENERIC_TODR are invariants,
remove the conditionals and the code associated with the undef case.
Diffstat (limited to 'sys/arch/mvmeppc/include')
| -rw-r--r-- | sys/arch/mvmeppc/include/types.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/mvmeppc/include/types.h b/sys/arch/mvmeppc/include/types.h index 7a2160f9163..a66f542c8a8 100644 --- a/sys/arch/mvmeppc/include/types.h +++ b/sys/arch/mvmeppc/include/types.h @@ -1,8 +1,6 @@ -/* $NetBSD: types.h,v 1.5 2007/10/17 19:55:49 garbled Exp $ */ +/* $NetBSD: types.h,v 1.6 2008/01/20 18:09:07 joerg Exp $ */ #include <powerpc/types.h> #define __HAVE_DEVICE_REGISTER #define __HAVE_GENERIC_SOFT_INTERRUPTS -#define __HAVE_TIMECOUNTER -#define __HAVE_GENERIC_TODR |
