Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Jul 2006 13:41:58 GMT
From:      Oleksandr Tymoshenko <gonzo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 100881 for review
Message-ID:  <200607071341.k67DfwvL019783@repoman.freebsd.org>

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

Change 100881 by gonzo@gonzo_hq on 2006/07/07 13:41:09

	Place setPQL2 to machdep.c while we have no cpuident.c for mips arch.

Affected files ...

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

Differences ...

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

@@ -288,3 +288,13 @@
 {
 
 }
+
+void setPQL2(int *const size, int *const ways);
+
+void
+setPQL2(int *const size, int *const ways)
+{
+	return;
+}
+
+



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