mirror of
				https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
				synced 2025-10-29 23:05:26 +00:00 
			
		
		
		
	 0692698cb7
			
		
	
	
		0692698cb7
		
	
	
	
	
		
			
			- 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>
		
			
				
	
	
		
			8 lines
		
	
	
		
			161 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			161 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef _ASM_IA64_IDLE_H
 | |
| #define _ASM_IA64_IDLE_H
 | |
| 
 | |
| static inline void enter_idle(void) { }
 | |
| static inline void exit_idle(void) { }
 | |
| 
 | |
| #endif /* _ASM_IA64_IDLE_H */
 |