Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/alpha/alpha Fix non-MULTIPROCESSOR build (e.g. INST...



details:   https://anonhg.NetBSD.org/src/rev/a52ed148e867
branches:  trunk
changeset: 984605:a52ed148e867
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Tue Jul 13 13:58:30 2021 +0000

description:
Fix non-MULTIPROCESSOR build (e.g. INSTALL kernel).

diffstat:

 sys/arch/alpha/alpha/lock_stubs.s |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r fdeaa3ef8494 -r a52ed148e867 sys/arch/alpha/alpha/lock_stubs.s
--- a/sys/arch/alpha/alpha/lock_stubs.s Tue Jul 13 09:13:00 2021 +0000
+++ b/sys/arch/alpha/alpha/lock_stubs.s Tue Jul 13 13:58:30 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: lock_stubs.s,v 1.7 2021/07/13 01:59:10 thorpej Exp $   */
+/*     $NetBSD: lock_stubs.s,v 1.8 2021/07/13 13:58:30 thorpej Exp $   */
 
 /*-
  * Copyright (c) 2007, 2021 The NetBSD Foundation, Inc.
@@ -34,7 +34,7 @@
 
 #include <machine/asm.h>
 
-__KERNEL_RCSID(0, "$NetBSD: lock_stubs.s,v 1.7 2021/07/13 01:59:10 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: lock_stubs.s,v 1.8 2021/07/13 13:58:30 thorpej Exp $");
 
 #include "assym.h"
 
@@ -45,7 +45,7 @@
  */
 #define        MB(label)       label: unop
 #else
-#define        MB              /* nothing */
+#define        MB(label)       /* nothing */
 #endif
 
 /*



Home | Main Index | Thread Index | Old Index