Displaying 1 result from an estimated 1 matches for "kernecompat".
Did you mean:
kerncompat
2012 Sep 12
3
[RFC][PATCH] Btrfs-progs: Fix compiler warnings on PPC64.
From: Wade Cline <clinew@linux.vnet.ibm.com>
The kernel uses unsigned long long for u64, but PPC64 uses unsigned
long by default. This results in print warnings such as:
print-tree.c:333: warning: format ‘%llu’ expects type ‘long long
unsigned int’, but argument 4 has type ‘u64’
Defining __KERNEL__ before the file <asm/types.h>, or any file that
includes this file, will let PPC64