Searched hist:"37 ea0fcb6a3f3318bf45888e624722a2945cec04" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/arm/include/asm/xen/ |
H A D | interface.h | diff 37ea0fcb6a3f3318bf45888e624722a2945cec04 Wed Oct 17 03:39:10 CDT 2012 Ian Campbell <ian.campbell@citrix.com> xen: sysfs: fix build warning.
Define PRI macros for xen_ulong_t and xen_pfn_t and use to fix: drivers/xen/sys-hypervisor.c:288:4: warning: format '%lx' expects argument of type 'long unsigned int', but argument 3 has type 'xen_ulong_t' [-Wformat]
Ideally this would use PRIx64 on ARM but these (or equivalent) don't seem to be available in the kernel.
Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com> Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
|
/openbmc/linux/arch/x86/include/asm/xen/ |
H A D | interface.h | diff 37ea0fcb6a3f3318bf45888e624722a2945cec04 Wed Oct 17 03:39:10 CDT 2012 Ian Campbell <ian.campbell@citrix.com> xen: sysfs: fix build warning.
Define PRI macros for xen_ulong_t and xen_pfn_t and use to fix: drivers/xen/sys-hypervisor.c:288:4: warning: format '%lx' expects argument of type 'long unsigned int', but argument 3 has type 'xen_ulong_t' [-Wformat]
Ideally this would use PRIx64 on ARM but these (or equivalent) don't seem to be available in the kernel.
Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com> Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
|
/openbmc/linux/drivers/xen/ |
H A D | sys-hypervisor.c | diff 37ea0fcb6a3f3318bf45888e624722a2945cec04 Wed Oct 17 03:39:10 CDT 2012 Ian Campbell <ian.campbell@citrix.com> xen: sysfs: fix build warning.
Define PRI macros for xen_ulong_t and xen_pfn_t and use to fix: drivers/xen/sys-hypervisor.c:288:4: warning: format '%lx' expects argument of type 'long unsigned int', but argument 3 has type 'xen_ulong_t' [-Wformat]
Ideally this would use PRIx64 on ARM but these (or equivalent) don't seem to be available in the kernel.
Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com> Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
|