s390: fix comment regarding interrupts in svc

With the removal of the critical section cleanup, we now enter the svc
interrupt handler with interrupts disabled.

Fixes: 0b0ed657fe ("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>
This commit is contained in:
Christian Borntraeger 2020-07-07 14:07:53 +02:00 committed by Heiko Carstens
parent c8337c47de
commit 7b7735c5be
1 changed files with 1 additions and 1 deletions

View File

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