Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/x86/x86 delete the extra space



details:   https://anonhg.NetBSD.org/src/rev/1a64e4987f32
branches:  trunk
changeset: 1029141:1a64e4987f32
user:      yamaguchi <yamaguchi%NetBSD.org@localhost>
date:      Thu Dec 23 02:10:53 2021 +0000

description:
delete the extra space

diffstat:

 sys/arch/x86/x86/intr.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r eebb38df1eb8 -r 1a64e4987f32 sys/arch/x86/x86/intr.c
--- a/sys/arch/x86/x86/intr.c   Thu Dec 23 02:07:21 2021 +0000
+++ b/sys/arch/x86/x86/intr.c   Thu Dec 23 02:10:53 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: intr.c,v 1.157 2021/12/23 02:07:21 yamaguchi Exp $     */
+/*     $NetBSD: intr.c,v 1.158 2021/12/23 02:10:53 yamaguchi Exp $     */
 
 /*
  * Copyright (c) 2007, 2008, 2009, 2019 The NetBSD Foundation, Inc.
@@ -133,7 +133,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: intr.c,v 1.157 2021/12/23 02:07:21 yamaguchi Exp $");
+__KERNEL_RCSID(0, "$NetBSD: intr.c,v 1.158 2021/12/23 02:10:53 yamaguchi Exp $");
 
 #include "opt_intrdebug.h"
 #include "opt_multiprocessor.h"
@@ -1801,7 +1801,7 @@
 
        if (idt_vec_is_pcpu()) {
                idt_vec_free(&ci->ci_idtvec, idt_vec);
-       } else  {
+       } else {
                /*
                 * Skip unsetgate(), because the same idt[] entry is
                 * overwritten in intr_activate_xcall().



Home | Main Index | Thread Index | Old Index