x86/headers/UAPI: Use __u64 instead of u64 in <uapi/asm/hyperv.h>
authorKarimAllah Ahmed <karahmed@amazon.de>
Tue, 20 Feb 2018 07:39:51 +0000 (08:39 +0100)
committerIngo Molnar <mingo@kernel.org>
Tue, 20 Feb 2018 07:54:47 +0000 (08:54 +0100)
commit894266466aa74a226e58e23975118ff6231dd2e4
tree437f302739ec46cabe75ccf63d44341467168fbf
parent91ab883eb21325ad80f3473633f794c78ac87f51
x86/headers/UAPI: Use __u64 instead of u64 in <uapi/asm/hyperv.h>

... since u64 has a hidden header dependency that was not there before
using it (i.e. it breaks our VMM build).

Also, __u64 is the right way to expose data types through UAPI.

Signed-off-by: KarimAllah Ahmed <karahmed@amazon.de>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Haiyang Zhang <haiyangz@microsoft.com>
Cc: K. Y. Srinivasan <kys@microsoft.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Stephen Hemminger <sthemmin@microsoft.com>
Cc: devel@linuxdriverproject.org
Fixes: 93286261 ("x86/hyperv: Reenlightenment notifications support")
Link: http://lkml.kernel.org/r/1519112391-23773-1-git-send-email-karahmed@amazon.de
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/include/uapi/asm/hyperv.h