Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Jun 2005 22:44:06 GMT
From:      Paul Saab <ps@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 79022 for review
Message-ID:  <200506262244.j5QMi62L003497@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=79022

Change 79022 by ps@butter.corp on 2005/06/26 22:43:23

	init da_indx and add a missing semi colon

Affected files ...

.. //depot/projects/hammer/sys/amd64/amd64/machdep.c#131 edit

Differences ...

==== //depot/projects/hammer/sys/amd64/amd64/machdep.c#131 (text+ko) ====

@@ -984,6 +984,7 @@
 	pa_indx = 0;
 	phys_avail[pa_indx++] = physmap[0];
 	phys_avail[pa_indx] = physmap[0];
+	da_indx = 0;
 	dump_avail[da_indx++] = physmap[0];
 	dump_avail[da_indx] = physmap[0];
 	pte = CMAP1;
@@ -1015,7 +1016,7 @@
 			int tmp, page_bad, full;
 			int *ptr = (int *)CADDR1;
 
-			full = FALSE
+			full = FALSE;
 			/*
 			 * block out kernel memory as not available.
 			 */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200506262244.j5QMi62L003497>