Re: Fwd: [PATCH] x86/devicetree: Fix compile warnings on AMD64
From: Ricardo Ribalda Delgado <hidden>
Date: 2014-08-28 13:23:23
Hello Sebastian On Thu, Aug 28, 2014 at 3:13 PM, Sebastian Andrzej Siewior [off-list ref] wrote:
On 08/28/2014 03:04 PM, Ricardo Ribalda Delgado wrote:quoted
---------- Forwarded message ---------- From: Ricardo Ribalda Delgado <redacted> Date: Tue, Aug 5, 2014 at 11:19 AM Subject: [PATCH] x86/devicetree: Fix compile warnings on AMD64 To: Thomas Gleixner <redacted>, Ingo Molnar [off-list ref], "H. Peter Anvin" [off-list ref], x86-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, Grant Likely [off-list ref], Rob Herring [off-list ref], Michal Simek [off-list ref], Tony Lindgren [off-list ref], linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Cc: Ricardo Ribalda Delgado <redacted>⇑ this makes it not a valid patch submission.
The problem is that it is a fwd message? I did send it first the 5th of August and did not get any feedback, this is why I tried to different destinations. Shall I just resend it?
quoted
arch/x86/kernel/devicetree.c: In function ‘ioapic_xlate’: arch/x86/kernel/devicetree.c:294:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] idx = (__force u32) domain->host_data; ^ arch/x86/kernel/devicetree.c: In function ‘dt_add_ioapic_domain’: arch/x86/kernel/devicetree.c:323:4: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] (void *)ioapic_num); Signed-off-by: Ricardo Ribalda Delgado <redacted>while the patch fixes the type cast warnings, it makes me wonder: How did you enable it on 64bit? Both platforms (that is CE4100 and OLPC) are 32bit only. Sebastian
I am working on an fpga camera (http://qtec.com) connected via pcie to an amd fusion APU (64 bits). The hardware of the fpga is described with devicetrees. Thanks! -- Ricardo Ribalda -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html