Date: Thu, 8 May 2003 23:26:31 -0700 (PDT) From: Juli Mallett <jmallett@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 30836 for review Message-ID: <200305090626.h496QVpW023962@repoman.freebsd.org>
index | next in thread | raw e-mail
http://perforce.freebsd.org/chv.cgi?CH=30836 Change 30836 by jmallett@jmallett_dalek on 2003/05/08 23:26:29 Fill phys_avail with the addresses through KSEG0. Affected files ... .. //depot/projects/mips/sys/mips/sgimips/machdep_sgimips.c#14 edit Differences ... ==== //depot/projects/mips/sys/mips/sgimips/machdep_sgimips.c#14 (text+ko) ==== @@ -134,8 +134,8 @@ printf("Physical available block %d:\n", j); printf("Available memory range %0x-%0x\n", first, last); - phys_avail[j + 0] = first; - phys_avail[j + 1] = last; + phys_avail[j + 0] = MIPS_PHYS_TO_KSEG0(first); + phys_avail[j + 1] = MIPS_PHYS_TO_KSEG0(last); j += 2; break; default:help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305090626.h496QVpW023962>
