From: Christian Borntraeger Date: Tue, 7 Jul 2020 12:07:53 +0000 (+0200) Subject: s390: fix comment regarding interrupts in svc X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=7b7735c5be473473d7a4b9e31460ed8e129dcb36;p=linux.git 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: 0b0ed657fe00 ("s390: remove critical section cleanup from entry.S") Signed-off-by: Christian Borntraeger Signed-off-by: Heiko Carstens --- diff --git a/arch/s390/kernel/entry.S b/arch/s390/kernel/entry.S index 969b35b177dd4..23edf196d3dcf 100644 --- a/arch/s390/kernel/entry.S +++ b/arch/s390/kernel/entry.S @@ -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)