mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-06 11:48:04 +02:00
Err, use "ifndef" rather than "if !", to avoid compiler warning.
This commit is contained in:
parent
2abd1f270b
commit
1327222f9b
1 changed files with 1 additions and 1 deletions
|
|
@ -2970,7 +2970,7 @@ static int radeon_cp_getparam(DRM_IOCTL_ARGS)
|
|||
case RADEON_PARAM_STATUS_HANDLE:
|
||||
value = dev_priv->ring_rptr_offset;
|
||||
break;
|
||||
#if !__LP64__
|
||||
#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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue