s390: fix comment regarding interrupts in svc
authorChristian Borntraeger <borntraeger@de.ibm.com>
Tue, 7 Jul 2020 12:07:53 +0000 (14:07 +0200)
committerHeiko Carstens <hca@linux.ibm.com>
Fri, 10 Jul 2020 13:08:23 +0000 (15:08 +0200)
With the removal of the critical section cleanup, we now enter the svc
interrupt handler with interrupts disabled.

Fixes: 0b0ed657fe00 ("s390: remove critical section cleanup from entry.S")
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
arch/s390/kernel/entry.S

index 969b35b..23edf19 100644 (file)
@@ -370,7 +370,7 @@ EXPORT_SYMBOL(sie_exit)
 
 /*
  * SVC interrupt handler routine. System calls are synchronous events and
- * are executed with interrupts enabled.
+ * are entered with interrupts disabled.
  */
 
 ENTRY(system_call)