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 Fix typo. No funcitonal change.



details:   https://anonhg.NetBSD.org/src/rev/bac3e0126afc
branches:  trunk
changeset: 365807:bac3e0126afc
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Tue Apr 26 05:29:15 2022 +0000

description:
Fix typo. No funcitonal change.

diffstat:

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

diffs (27 lines):

diff -r a384d944312f -r bac3e0126afc sys/arch/x86/x86/lapic.c
--- a/sys/arch/x86/x86/lapic.c  Mon Apr 25 20:41:25 2022 +0000
+++ b/sys/arch/x86/x86/lapic.c  Tue Apr 26 05:29:15 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: lapic.c,v 1.86 2021/10/07 12:52:27 msaitoh Exp $       */
+/*     $NetBSD: lapic.c,v 1.87 2022/04/26 05:29:15 msaitoh Exp $       */
 
 /*-
  * Copyright (c) 2000, 2008, 2020 The NetBSD Foundation, Inc.
@@ -32,7 +32,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: lapic.c,v 1.86 2021/10/07 12:52:27 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: lapic.c,v 1.87 2022/04/26 05:29:15 msaitoh Exp $");
 
 #include "acpica.h"
 #include "ioapic.h"
@@ -1007,7 +1007,7 @@
        APIC_LVT_PRINT(ci, "lint", 1, LAPIC_LVT_LINT1);
        APIC_LVT_PRINT(ci, "err", 0, LAPIC_LVT_ERR);
 
-#undef APIC_LVT_PRIINT
+#undef APIC_LVT_PRINT
 }
 #else /* XENPV */
 void



Home | Main Index | Thread Index | Old Index