[S390] irq change improvements.
Remove the last few places where a pointer to pt_regs gets passed. Also make sure we call set_irq_regs() before irq_enter() and after irq_exit(). This doesn't fix anything but makes sure s390 looks the same like all other architectures. Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
This commit is contained in:

committed by
Martin Schwidefsky

parent
53a5fbdc2d
commit
9d0a57cbdb
@@ -109,7 +109,7 @@ static LIST_HEAD(appldata_ops_list);
|
||||
*
|
||||
* schedule work and reschedule timer
|
||||
*/
|
||||
static void appldata_timer_function(unsigned long data, struct pt_regs *regs)
|
||||
static void appldata_timer_function(unsigned long data)
|
||||
{
|
||||
P_DEBUG(" -= Timer =-\n");
|
||||
P_DEBUG("CPU: %i, expire_count: %i\n", smp_processor_id(),
|
||||
|
Reference in New Issue
Block a user