File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1163,8 +1163,8 @@ SYM_CODE_START(asm_exc_nmi)
1163
1163
* anyway.
1164
1164
*
1165
1165
* To handle this case we do the following:
1166
- * Check the a special location on the stack that contains
1167
- * a variable that is set when NMIs are executing.
1166
+ * Check a special location on the stack that contains a
1167
+ * variable that is set when NMIs are executing.
1168
1168
* The interrupted task's stack is also checked to see if it
1169
1169
* is an NMI stack.
1170
1170
* If the variable is not set and the stack is not the NMI
@@ -1294,8 +1294,8 @@ SYM_CODE_START(asm_exc_nmi)
1294
1294
* end_repeat_nmi, then we are a nested NMI. We must not
1295
1295
* modify the "iret" frame because it's being written by
1296
1296
* the outer NMI. That's okay; the outer NMI handler is
1297
- * about to about to call exc_nmi() anyway, so we can just
1298
- * resume the outer NMI.
1297
+ * about to call exc_nmi() anyway, so we can just resume
1298
+ * the outer NMI.
1299
1299
*/
1300
1300
1301
1301
movq $repeat_nmi, %rdx
You can’t perform that action at this time.
0 commit comments