fix build on amd64

This commit is contained in:
jmcneill 2015-10-22 23:12:46 +00:00
parent 54c05a799d
commit d0df0c8fc8

View File

@ -76,8 +76,8 @@ gk20a_ram_get(struct nouveau_fb *pfb, u64 size, u32 align, u32 ncmin,
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)