summaryrefslogtreecommitdiffstats
path: root/arch/s390/include/asm/s390_ext.h
diff options
context:
space:
mode:
authorMartin Schwidefsky <schwidefsky@de.ibm.com>2010-10-25 16:10:38 +0200
committerMartin Schwidefsky <sky@mschwide.boeblingen.de.ibm.com>2010-10-25 16:10:19 +0200
commitf6649a7e5a9ee99e9623878f4a5579cc2f6cdd51 (patch)
tree183438313c7593565980a1445f208e0ba30162cd /arch/s390/include/asm/s390_ext.h
parent1e54622e0403891b10f2105663e0f9dd595a1f17 (diff)
downloadop-kernel-dev-f6649a7e5a9ee99e9623878f4a5579cc2f6cdd51.zip
op-kernel-dev-f6649a7e5a9ee99e9623878f4a5579cc2f6cdd51.tar.gz
[S390] cleanup lowcore access from external interrupts
Read external interrupts parameters from the lowcore in the first level interrupt handler in entry[64].S. Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/include/asm/s390_ext.h')
-rw-r--r--arch/s390/include/asm/s390_ext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/include/asm/s390_ext.h b/arch/s390/include/asm/s390_ext.h
index 2afc060..1a9307e 100644
--- a/arch/s390/include/asm/s390_ext.h
+++ b/arch/s390/include/asm/s390_ext.h
@@ -12,7 +12,7 @@
#include <linux/types.h>
-typedef void (*ext_int_handler_t)(__u16 code);
+typedef void (*ext_int_handler_t)(unsigned int, unsigned int, unsigned long);
typedef struct ext_int_info_t {
struct ext_int_info_t *next;
OpenPOWER on IntegriCloud