diff options
Diffstat (limited to 'arch/s390/oprofile/hwsampler.c')
-rw-r--r-- | arch/s390/oprofile/hwsampler.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/s390/oprofile/hwsampler.c b/arch/s390/oprofile/hwsampler.c index 9daee91e6c3f..12bea05a0fc1 100644 --- a/arch/s390/oprofile/hwsampler.c +++ b/arch/s390/oprofile/hwsampler.c | |||
@@ -233,8 +233,8 @@ static inline unsigned long *trailer_entry_ptr(unsigned long v) | |||
233 | } | 233 | } |
234 | 234 | ||
235 | /* prototypes for external interrupt handler and worker */ | 235 | /* prototypes for external interrupt handler and worker */ |
236 | static void hws_ext_handler(unsigned int ext_int_code, | 236 | static void hws_ext_handler(struct ext_code ext_code, |
237 | unsigned int param32, unsigned long param64); | 237 | unsigned int param32, unsigned long param64); |
238 | 238 | ||
239 | static void worker(struct work_struct *work); | 239 | static void worker(struct work_struct *work); |
240 | 240 | ||
@@ -673,7 +673,7 @@ int hwsampler_activate(unsigned int cpu) | |||
673 | return rc; | 673 | return rc; |
674 | } | 674 | } |
675 | 675 | ||
676 | static void hws_ext_handler(unsigned int ext_int_code, | 676 | static void hws_ext_handler(struct ext_code ext_code, |
677 | unsigned int param32, unsigned long param64) | 677 | unsigned int param32, unsigned long param64) |
678 | { | 678 | { |
679 | struct hws_cpu_buffer *cb; | 679 | struct hws_cpu_buffer *cb; |