diff options
author | Jan Beulich <jbeulich@novell.com> | 2009-05-05 08:57:52 -0400 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2009-05-05 14:43:13 -0400 |
commit | 0692698cb7369ea1ce74f3f87f70baf5072f8a37 (patch) | |
tree | 086afdae8fd416fca8fec1d8288dfe7bfe97706e /arch/ia64/include/asm/idle.h | |
parent | f328ddc154605be11c4ca38fee6ace8adb140087 (diff) |
[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>
Diffstat (limited to 'arch/ia64/include/asm/idle.h')
-rw-r--r-- | arch/ia64/include/asm/idle.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/ia64/include/asm/idle.h b/arch/ia64/include/asm/idle.h new file mode 100644 index 000000000000..b7685015a8ba --- /dev/null +++ b/arch/ia64/include/asm/idle.h | |||
@@ -0,0 +1,7 @@ | |||
1 | #ifndef _ASM_IA64_IDLE_H | ||
2 | #define _ASM_IA64_IDLE_H | ||
3 | |||
4 | static inline void enter_idle(void) { } | ||
5 | static inline void exit_idle(void) { } | ||
6 | |||
7 | #endif /* _ASM_IA64_IDLE_H */ | ||