drm/i915: Add ULL postfix to VGT_MAGIC constant
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 11 Mar 2015 07:27:25 +0000 (08:27 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 17 Mar 2015 21:30:18 +0000 (22:30 +0100)
Without this Dave's 32bit rhel compiler is annoyed. Don't ask me about
the exact rules for this stuff though, but this should be safe.

Reported-by: Dave Airlie <airlied@gmail.com>
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
drivers/gpu/drm/i915/i915_vgpu.h

index 0db9ccf32605ec481fd95082aa76a970b9df6050..97a88b5f6a260013c6d0f315b4bc297fd4d2ab26 100644 (file)
@@ -32,7 +32,7 @@
  * The following structure pages are defined in GEN MMIO space
  * for virtualization. (One page for now)
  */
-#define VGT_MAGIC         0x4776544776544776   /* 'vGTvGTvG' */
+#define VGT_MAGIC         0x4776544776544776ULL        /* 'vGTvGTvG' */
 #define VGT_VERSION_MAJOR 1
 #define VGT_VERSION_MINOR 0