aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel
diff options
context:
space:
mode:
authorChristian Borntraeger <borntraeger@de.ibm.com>2020-07-07 14:07:53 +0200
committerHeiko Carstens <hca@linux.ibm.com>2020-07-10 15:08:23 +0200
commit7b7735c5be473473d7a4b9e31460ed8e129dcb36 (patch)
tree5d4f13a976fad515ac6c573f452e5d6f0bd75f70 /arch/s390/kernel
parents390/ap: rework crypto config info and default domain code (diff)
downloadlinux-dev-7b7735c5be473473d7a4b9e31460ed8e129dcb36.tar.xz
linux-dev-7b7735c5be473473d7a4b9e31460ed8e129dcb36.zip
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 <borntraeger@de.ibm.com> Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Diffstat (limited to 'arch/s390/kernel')
-rw-r--r--arch/s390/kernel/entry.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/kernel/entry.S b/arch/s390/kernel/entry.S
index 969b35b177dd..23edf196d3dc 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)