提交 5791d90d 编写于 作者: H Heiko Carstens 提交者: Martin Schwidefsky

s390/nmi: purge tlbs after control register validation

Play safe and purge all tlbs after the control registers that contain
the primary, secondary and home space asces have been validated.
Signed-off-by: NHeiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: NMartin Schwidefsky <schwidefsky@de.ibm.com>
上级 70e28aa0
......@@ -125,7 +125,8 @@ static int notrace s390_validate_registers(union mci mci, int umode)
s390_handle_damage();
} else {
asm volatile(
" lctlg 0,15,0(%0)"
" lctlg 0,15,0(%0)\n"
" ptlb\n"
: : "a" (&S390_lowcore.cregs_save_area) : "memory");
}
if (!mci.fp) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册