diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2006-04-13 11:16:59 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2006-04-13 11:16:59 +0000 |
| commit | 3f0430b34f88ace643304fc9118b6c48dc8eb8f1 (patch) | |
| tree | acf5c77afb7575cd5fe67885cca534b456ce9043 /sys/dev | |
| parent | 73e78194bfb482f7d1f96c983d4cab8a4e11d564 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/drm/radeon_state.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/drm/radeon_state.c b/sys/dev/drm/radeon_state.c index 34fe324afcbfc..b427b317cc700 100644 --- a/sys/dev/drm/radeon_state.c +++ b/sys/dev/drm/radeon_state.c @@ -2973,7 +2973,7 @@ static int radeon_cp_getparam(DRM_IOCTL_ARGS) case RADEON_PARAM_STATUS_HANDLE: value = dev_priv->ring_rptr_offset; break; -#if BITS_PER_LONG == 32 +#ifndef __LP64__ /* * This ioctl() doesn't work on 64-bit platforms because hw_lock is a * pointer which can't fit into an int-sized variable. According to |
