linux-next: build warning after merge of the drm-intel tree

From: Stephen Rothwell
Date: Thu May 07 2015 - 01:29:50 EST


Hi all,

After merging the drm-intel tree, today's linux-next build (i386 defconfig)
produced this warning:

drivers/gpu/drm/i915/i915_gem_gtt.c: In function 'gen8_ppgtt_init':
drivers/gpu/drm/i915/i915_gem_gtt.c:954:22: warning: large integer implicitly truncated to unsigned type [-Woverflow]
ppgtt->base.total = 1ULL << 32;
^

Introduced by commit 5c5f645773b6 ("drm/i915: Unify aliasing ppgtt
handling"). "total" is a size_t, so unsigned 32 bit on i386.

--
Cheers,
Stephen Rothwell sfr@xxxxxxxxxxxxxxxx

Attachment: pgpjDIHh8ij9Z.pgp
Description: OpenPGP digital signature