Module Name: src
Committed By: cliff
Date: Tue Sep 22 07:47:30 UTC 2009
Modified Files:
src/sys/arch/evbmips/rmixl [matt-nb5-mips64]: machdep.c
Log Message:
fix typo
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.4 -r1.1.2.5 src/sys/arch/evbmips/rmixl/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/evbmips/rmixl/machdep.c
diff -u src/sys/arch/evbmips/rmixl/machdep.c:1.1.2.4 src/sys/arch/evbmips/rmixl/machdep.c:1.1.2.5
--- src/sys/arch/evbmips/rmixl/machdep.c:1.1.2.4 Tue Sep 22 07:15:37 2009
+++ src/sys/arch/evbmips/rmixl/machdep.c Tue Sep 22 07:47:30 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.c,v 1.1.2.4 2009/09/22 07:15:37 cliff Exp $ */
+/* $NetBSD: machdep.c,v 1.1.2.5 2009/09/22 07:47:30 cliff Exp $ */
/*
* Copyright 2001, 2002 Wasabi Systems, Inc.
@@ -112,7 +112,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.1.2.4 2009/09/22 07:15:37 cliff Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.1.2.5 2009/09/22 07:47:30 cliff Exp $");
#include "opt_ddb.h"
#include "opt_com.h"
@@ -423,7 +423,7 @@
rmixl_puthex64((uint64_t)psb_physaddr_map);
rmixl_puts("\r\n");
- if (psb_physaddr_map != NULL)
+ if (psb_physaddr_map == NULL)
rmixl_puts("WARNING: no psb_physaddr_map\r\n");
else
rmixlfw_phys_mmap = *psb_physaddr_map;