summaryrefslogtreecommitdiffstats
path: root/sys/dev/drm2/drmP.h
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2013-08-29 20:40:45 +0000
committerjkim <jkim@FreeBSD.org>2013-08-29 20:40:45 +0000
commit6603a737409dde47b24e10b3389b8369f4a0d5e1 (patch)
tree39797d08036846b48835a0dbdc7407ce2bbd0082 /sys/dev/drm2/drmP.h
parentfcdbf70fd9ffe66a2cd744ca6626d7f87b39e593 (diff)
downloadFreeBSD-src-6603a737409dde47b24e10b3389b8369f4a0d5e1.zip
FreeBSD-src-6603a737409dde47b24e10b3389b8369f4a0d5e1.tar.gz
Clarify confusions between atomic_t and bitmap. Fix bitmap operations
accordingly.
Diffstat (limited to 'sys/dev/drm2/drmP.h')
-rw-r--r--sys/dev/drm2/drmP.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/drm2/drmP.h b/sys/dev/drm2/drmP.h
index c9997d7..624a316 100644
--- a/sys/dev/drm2/drmP.h
+++ b/sys/dev/drm2/drmP.h
@@ -961,7 +961,7 @@ struct drm_device {
drm_agp_head_t *agp;
drm_sg_mem_t *sg; /* Scatter gather memory */
- atomic_t *ctx_bitmap;
+ u_long *ctx_bitmap;
void *dev_private;
unsigned int agp_buffer_token;
drm_local_map_t *agp_buffer_map;
OpenPOWER on IntegriCloud