summaryrefslogtreecommitdiffstats
path: root/sys/dev/drm2/radeon/r600_blit.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/drm2/radeon/r600_blit.c')
-rw-r--r--sys/dev/drm2/radeon/r600_blit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/drm2/radeon/r600_blit.c b/sys/dev/drm2/radeon/r600_blit.c
index f9658d4..10da788 100644
--- a/sys/dev/drm2/radeon/r600_blit.c
+++ b/sys/dev/drm2/radeon/r600_blit.c
@@ -196,7 +196,7 @@ set_vtx_resource(drm_radeon_private_t *dev_priv, u64 gpu_addr)
sq_vtx_constant_word2 = (((gpu_addr >> 32) & 0xff) | (16 << 8));
#ifdef __BIG_ENDIAN
- sq_vtx_constant_word2 |= (2 << 30);
+ sq_vtx_constant_word2 |= (2U << 30);
#endif
BEGIN_RING(9);
OpenPOWER on IntegriCloud