Module Name: src
Committed By: matt
Date: Tue Dec 27 22:13:05 UTC 2011
Modified Files:
src/sys/arch/evbmips/rmixl [matt-nb5-mips64]: machdep.c
Log Message:
Fix c&p error.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.40 -r1.1.2.41 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.40 src/sys/arch/evbmips/rmixl/machdep.c:1.1.2.41
--- src/sys/arch/evbmips/rmixl/machdep.c:1.1.2.40 Tue Dec 27 19:59:24 2011
+++ src/sys/arch/evbmips/rmixl/machdep.c Tue Dec 27 22:13:05 2011
@@ -1089,7 +1089,7 @@ rmixlp_physaddr_nor_init(struct extent *
DPRINTF("%s: %s %zu: %#"PRIx64":%"PRIu64" MB\n", __func__,
"nor", i, xbase, xsize >> 20);
- rmixl_physaddr_add(ext, "nor", &rcp->rc_pci_link_io[i],
+ rmixl_physaddr_add(ext, "nor", &rcp->rc_norflash[i],
xbase, xsize);
}
}