fix build on amd64
This commit is contained in:
parent
54c05a799d
commit
d0df0c8fc8
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user