[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220618154238.27749-1-jingyuwang_vip@163.com>
Date: Sat, 18 Jun 2022 23:42:38 +0800
From: jingyuwang <jingyuwang_vip@....com>
To: luto@...nel.org, tglx@...utronix.de, mingo@...hat.com,
bp@...en8.de, dave.hansen@...ux.intel.com, x86@...nel.org,
hpa@...or.com
Cc: linux-kernel@...r.kernel.org, jingyuwang <jingyuwang_vip@....com>
Subject: [PATCH] Fix error_exit to error_return.
Signed-off-by: jingyuwang <jingyuwang_vip@....com>
---
arch/x86/entry/entry_64.S | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/x86/entry/entry_64.S b/arch/x86/entry/entry_64.S
index 4300ba49b5ee..b1195e4de45a 100644
--- a/arch/x86/entry/entry_64.S
+++ b/arch/x86/entry/entry_64.S
@@ -991,7 +991,7 @@ SYM_CODE_START_LOCAL(paranoid_exit)
*
* NB to anyone to try to optimize this code: this code does
* not execute at all for exceptions from user mode. Those
- * exceptions go through error_exit instead.
+ * exceptions go through error_return instead.
*/
RESTORE_CR3 scratch_reg=%rax save_reg=%r14
--
2.34.1
Powered by blists - more mailing lists