Skip to content

Commit

Permalink
arch: ia64: Remove rest of perfmon support
Browse files Browse the repository at this point in the history
Perfmon support (used by oprofile earlier) was removed by commit
ecf5b72 ("ia64: Remove perfmon") earlier, but it missed few files
to remove/update.

Clean it up.

Suggested-by: Arnd Bergmann <[email protected]>
Signed-off-by: Viresh Kumar <[email protected]>
Acked-by: Robert Richter <[email protected]>
Acked-by: William Cohen <[email protected]>
Acked-by: Al Viro <[email protected]>
Acked-by: Thomas Gleixner <[email protected]>
  • Loading branch information
vireshk committed Jan 22, 2021
1 parent 1941b38 commit 1f4e74c
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 1,219 deletions.
1 change: 0 additions & 1 deletion arch/ia64/include/asm/hw_irq.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ extern int ia64_last_device_vector;
#define IA64_NUM_DEVICE_VECTORS (IA64_LAST_DEVICE_VECTOR - IA64_FIRST_DEVICE_VECTOR + 1)

#define IA64_MCA_RENDEZ_VECTOR 0xe8 /* MCA rendez interrupt */
#define IA64_PERFMON_VECTOR 0xee /* performance monitor interrupt vector */
#define IA64_TIMER_VECTOR 0xef /* use highest-prio group 15 interrupt for timer */
#define IA64_MCA_WAKEUP_VECTOR 0xf0 /* MCA wakeup (must be >MCA_RENDEZ_VECTOR) */
#define IA64_IPI_LOCAL_TLB_FLUSH 0xfc /* SMP flush local TLB */
Expand Down
111 changes: 0 additions & 111 deletions arch/ia64/include/asm/perfmon.h

This file was deleted.

178 changes: 0 additions & 178 deletions arch/ia64/include/uapi/asm/perfmon.h

This file was deleted.

84 changes: 0 additions & 84 deletions arch/ia64/include/uapi/asm/perfmon_default_smpl.h

This file was deleted.

Loading

0 comments on commit 1f4e74c

Please sign in to comment.