kernel/arch/ia64/include/asm/irqflags.h
.. .. @@ -36,11 +36,7 @@ 36 36 static inline unsigned long arch_local_save_flags(void) 37 37 { 38 38 ia64_stop(); 39 -#ifdef CONFIG_PARAVIRT40 - return ia64_get_psr_i();41 -#else42 39 return ia64_getreg(_IA64_REG_PSR); 43 -#endif44 40 } 45 41 46 42 static inline unsigned long arch_local_irq_save(void)