Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Jul 2006 12:33:27 GMT
From:      "Wojciech A. Koszek" <wkoszek@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 100872 for review
Message-ID:  <200607071233.k67CXRP6005464@repoman.freebsd.org>

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

Change 100872 by wkoszek@wkoszek_laptop on 2006/07/07 12:32:27

	Add realmem to machdep.c since MI code depends on it.

Affected files ...

.. //depot/projects/mips2/src/sys/mips/mips/machdep.c#4 edit

Differences ...

==== //depot/projects/mips2/src/sys/mips/mips/machdep.c#4 (text+ko) ====

@@ -66,6 +66,7 @@
 
 int cold = 1;
 int clocks_running;
+long realmem = 0;
 
 static struct pcpu pcpu0;
 struct pcpu *pcpup = &pcpu0;



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