PERFORCE change 29959 for review
Juli Mallett
jmallett at FreeBSD.org
Mon Apr 28 11:39:11 PDT 2003
http://perforce.freebsd.org/chv.cgi?CH=29959
Change 29959 by jmallett at jmallett_dalek on 2003/04/28 11:38:10
Pull in md_var and remove duplicraption of cpu_id/fpu_id.
Affected files ...
.. //depot/projects/mips/sys/mips/include/locore.h#2 edit
Differences ...
==== //depot/projects/mips/sys/mips/include/locore.h#2 (text+ko) ====
@@ -26,6 +26,7 @@
#include <machine/cpuregs.h>
#include <machine/frame.h>
+#include <machine/md_var.h>
struct tlb;
@@ -188,7 +189,6 @@
/*
* CPU identification, from PRID register.
*/
-typedef int mips_prid_t;
#define MIPS_PRID_REV(x) (((x) >> 0) & 0x00ff)
#define MIPS_PRID_IMPL(x) (((x) >> 8) & 0x00ff)
@@ -214,8 +214,6 @@
* such as cache size, from locore to higher-level code (e.g., pmap).
*/
-extern mips_prid_t cpu_id;
-extern mips_prid_t fpu_id;
extern int mips_num_tlb_entries;
void mips_pagecopy(caddr_t dst, caddr_t src);
More information about the p4-projects
mailing list