Module Name:    src
Committed By:   rin
Date:           Sat Jun 17 11:24:20 UTC 2023

Modified Files:
        src/sys/arch/evbarm/nslu2: nslu2_machdep.c

Log Message:
Missing #endif for the previous...


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/sys/arch/evbarm/nslu2/nslu2_machdep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/evbarm/nslu2/nslu2_machdep.c
diff -u src/sys/arch/evbarm/nslu2/nslu2_machdep.c:1.38 src/sys/arch/evbarm/nslu2/nslu2_machdep.c:1.39
--- src/sys/arch/evbarm/nslu2/nslu2_machdep.c:1.38	Sat Jun 17 11:22:20 2023
+++ src/sys/arch/evbarm/nslu2/nslu2_machdep.c	Sat Jun 17 11:24:20 2023
@@ -1,4 +1,4 @@
-/*	$NetBSD: nslu2_machdep.c,v 1.38 2023/06/17 11:22:20 rin Exp $	*/
+/*	$NetBSD: nslu2_machdep.c,v 1.39 2023/06/17 11:24:20 rin Exp $	*/
 
 /*-
  * Copyright (c) 2006 The NetBSD Foundation, Inc.
@@ -94,7 +94,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: nslu2_machdep.c,v 1.38 2023/06/17 11:22:20 rin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: nslu2_machdep.c,v 1.39 2023/06/17 11:24:20 rin Exp $");
 
 #include "opt_arm_debug.h"
 #include "opt_console.h"
@@ -391,6 +391,7 @@ static const struct pmap_devmap nslu2_de
 		NSLU2_FLASH_HWBASE,
 		NSLU2_FLASH_SIZE
 	),
+#endif
 
 	DEVMAP_ENTRY_END
 };

Reply via email to