PERFORCE change 133526 for review

Warner Losh imp at FreeBSD.org
Thu Jan 17 21:54:53 PST 2008


http://perforce.freebsd.org/chv.cgi?CH=133526

Change 133526 by imp at imp_paco-paco on 2008/01/18 05:54:14

	Don't include pte.h
	or define machine, since machdep.c defines that.

Affected files ...

.. //depot/projects/mips2-jnpr/src/sys/mips/mips/cpu-mips2.c#3 edit

Differences ...

==== //depot/projects/mips2-jnpr/src/sys/mips/mips/cpu-mips2.c#3 (text+ko) ====

@@ -45,7 +45,6 @@
 #include <machine/intr_machdep.h>
 #include <machine/locore.h>
 #include <machine/pte.h>
-#include <machine/tlb.h>
 
 /*
  * mips_num_tlb_entries is
@@ -55,11 +54,6 @@
 
 void	mips_get_identity(struct mips_cpuinfo *cpuinfo);
 
-char machine[] = "mips";
-
-SYSCTL_STRING(_hw, HW_MACHINE, machine, CTLFLAG_RD,
-        machine, 0, "Machine class");
-
 /*
  * Exception vector table management.
  */


More information about the p4-projects mailing list