Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/external/bsd/drm2/dist/drm/nouveau/core/subdev/fb fix bu...



details:   https://anonhg.NetBSD.org/src/rev/aba1bd73ffbd
branches:  trunk
changeset: 341171:aba1bd73ffbd
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Thu Oct 22 23:12:46 2015 +0000

description:
fix build on amd64

diffstat:

 sys/external/bsd/drm2/dist/drm/nouveau/core/subdev/fb/nouveau_subdev_fb_ramgk20a.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r 23355178767b -r aba1bd73ffbd sys/external/bsd/drm2/dist/drm/nouveau/core/subdev/fb/nouveau_subdev_fb_ramgk20a.c
--- a/sys/external/bsd/drm2/dist/drm/nouveau/core/subdev/fb/nouveau_subdev_fb_ramgk20a.c        Thu Oct 22 22:39:46 2015 +0000
+++ b/sys/external/bsd/drm2/dist/drm/nouveau/core/subdev/fb/nouveau_subdev_fb_ramgk20a.c        Thu Oct 22 23:12:46 2015 +0000
@@ -76,8 +76,8 @@
        u32 type = memtype & 0xff;
        u32 npages, order;
 
-       nv_debug(pfb, "%s: size: %llx align: %x, ncmin: %x\n", __func__, size,
-                align, ncmin);
+       nv_debug(pfb, "%s: size: %llx align: %x, ncmin: %x\n", __func__,
+                (unsigned long long)size, align, ncmin);
 
        npages = size >> PAGE_SHIFT;
        if (npages == 0)



Home | Main Index | Thread Index | Old Index