diff options
| author | Eric Anholt <anholt@FreeBSD.org> | 2003-03-09 02:08:30 +0000 |
|---|---|---|
| committer | Eric Anholt <anholt@FreeBSD.org> | 2003-03-09 02:08:30 +0000 |
| commit | 43e2d1e384537cc18e17e5f46c3670e9ef1c88a2 (patch) | |
| tree | ef9d3b03548e9f28bd5c265be746871660c0c16a /sys/dev/drm/drm_init.h | |
| parent | ef3dab76bfd7bed70b62cf19a5f7f346ff54e7fc (diff) | |
Notes
Diffstat (limited to 'sys/dev/drm/drm_init.h')
| -rw-r--r-- | sys/dev/drm/drm_init.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/sys/dev/drm/drm_init.h b/sys/dev/drm/drm_init.h index 38394320c48f..432225fd3283 100644 --- a/sys/dev/drm/drm_init.h +++ b/sys/dev/drm/drm_init.h @@ -31,7 +31,6 @@ * $FreeBSD$ */ -#define __NO_VERSION__ #include "dev/drm/drmP.h" #if 1 && DRM_DEBUG_CODE @@ -108,13 +107,5 @@ void DRM(parse_options)(char *s) */ int DRM(cpu_valid)(void) { -#ifdef __linux__ -#if defined(__i386__) - if (boot_cpu_data.x86 == 3) return 0; /* No cmpxchg on a 386 */ -#endif -#if defined(__sparc__) && !defined(__sparc_v9__) - return 0; /* No cmpxchg before v9 sparc. */ -#endif -#endif /* __linux__ */ return 1; } |
