PERFORCE change 100881 for review
Oleksandr Tymoshenko
gonzo at FreeBSD.org
Fri Jul 7 13:42:01 UTC 2006
http://perforce.freebsd.org/chv.cgi?CH=100881
Change 100881 by gonzo at 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;
+}
+
+
More information about the p4-projects
mailing list