diff options
author | Juergen Gross <jgross@suse.com> | 2019-10-21 12:04:15 +0200 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2019-12-02 23:18:12 +0100 |
commit | 240b62d381fe5b66c496a6fd55edff3976a9be51 (patch) | |
tree | 09fdfe8cb07789bce3aeabc87d5ea3d019edc00b /arch/ia64/include/asm | |
parent | Linux 5.4 (diff) | |
download | linux-240b62d381fe5b66c496a6fd55edff3976a9be51.tar.xz linux-240b62d381fe5b66c496a6fd55edff3976a9be51.zip |
ia64: remove stale paravirt leftovers
Remove the last leftovers from IA64 Xen pv-guest support.
PARAVIRT is long gone from IA64 Kconfig and Xen IA64 support, too.
Due to lack of infrastructure no testing done.
Signed-off-by: Juergen Gross <jgross@suse.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
Link: https://lore.kernel.org/r/20191021100415.7642-1-jgross@suse.com
Diffstat (limited to 'arch/ia64/include/asm')
-rw-r--r-- | arch/ia64/include/asm/irqflags.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/ia64/include/asm/irqflags.h b/arch/ia64/include/asm/irqflags.h index d97f8435be4f..1dc30f12e545 100644 --- a/arch/ia64/include/asm/irqflags.h +++ b/arch/ia64/include/asm/irqflags.h @@ -36,11 +36,7 @@ static inline void arch_maybe_save_ip(unsigned long flags) static inline unsigned long arch_local_save_flags(void) { ia64_stop(); -#ifdef CONFIG_PARAVIRT - return ia64_get_psr_i(); -#else return ia64_getreg(_IA64_REG_PSR); -#endif } static inline unsigned long arch_local_irq_save(void) |