[IA64] xen_domu_defconfig: fix build issues/warnings
authorJan Beulich <jbeulich@novell.com>
Tue, 5 May 2009 12:57:52 +0000 (13:57 +0100)
committerTony Luck <tony.luck@intel.com>
Tue, 5 May 2009 18:43:13 +0000 (11:43 -0700)
commit0692698cb7369ea1ce74f3f87f70baf5072f8a37
tree086afdae8fd416fca8fec1d8288dfe7bfe97706e
parentf328ddc154605be11c4ca38fee6ace8adb140087
[IA64] xen_domu_defconfig: fix build issues/warnings

- drivers/xen/events.c did not compile
- xen_setup_hook caused a modpost section warning
- the use of u64 (instead of unsigned long long) together with a %llu
  in drivers/xen/balloon.c caused a compiler warning

Signed-off-by: Jan Beulich <jbeulich@novell.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/ia64/include/asm/idle.h [new file with mode: 0644]
arch/ia64/include/asm/xen/events.h
arch/ia64/xen/xensetup.S
drivers/xen/balloon.c