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/atari/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/atari/include')
| -rw-r--r-- | sys/arch/atari/include/types.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/atari/include/types.h b/sys/arch/atari/include/types.h index 9979c0dc196..169e774f174 100644 --- a/sys/arch/atari/include/types.h +++ b/sys/arch/atari/include/types.h @@ -1,11 +1,8 @@ -/* $NetBSD: types.h,v 1.12 2008/01/08 18:04:16 joerg Exp $ */ +/* $NetBSD: types.h,v 1.13 2008/01/20 18:09:05 joerg Exp $ */ #ifndef _MACHINE_TYPES_H_ #define _MACHINE_TYPES_H_ #include <m68k/types.h> -#define __HAVE_TIMECOUNTER -#define __HAVE_GENERIC_TODR - #endif |
