s390: remove runtime instrumentation interrupts
The external interrupts for runtime instrumentation buffer-full and runtime instrumentation halted are unused and have no current user. Remove the support and ignore the second parameter of the s390_runtime_instr system call from now on. Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
This commit is contained in:
@@ -107,7 +107,6 @@ struct thread_struct {
|
||||
struct list_head list;
|
||||
/* cpu runtime instrumentation */
|
||||
struct runtime_instr_cb *ri_cb;
|
||||
int ri_signum;
|
||||
unsigned char trap_tdb[256]; /* Transaction abort diagnose block */
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user