diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2007-05-16 17:27:32 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2007-05-16 17:27:32 +0000 |
commit | a5055ebb8629500104a3b1d3dc614f04db4f363e (patch) | |
tree | e7ea33d78c280d57703780e4a90cb563f4d674b4 /sys/arch/powerpc | |
parent | 12c89e80fa52a6fdd0b959dbe94d18e61053d63e (diff) |
The world of __HAVEs and __HAVE_NOTs is reducing. All architectures
have cpu_info now, so kill the option.
eyeballed by jsg@ and grange@
Diffstat (limited to 'sys/arch/powerpc')
-rw-r--r-- | sys/arch/powerpc/include/_types.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/powerpc/include/_types.h b/sys/arch/powerpc/include/_types.h index b7666a54410..a89a4434cb3 100644 --- a/sys/arch/powerpc/include/_types.h +++ b/sys/arch/powerpc/include/_types.h @@ -1,4 +1,4 @@ -/* $OpenBSD: _types.h,v 1.6 2007/05/15 15:23:36 art Exp $ */ +/* $OpenBSD: _types.h,v 1.7 2007/05/16 17:27:30 art Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -116,7 +116,6 @@ typedef void * __wctrans_t; typedef void * __wctype_t; /* Feature test macros */ -#define __HAVE_CPUINFO #define __HAVE_TIMECOUNTER #endif /* _POWERPC__TYPES_H_ */ |