PERFORCE change 29983 for review
Juli Mallett
jmallett at FreeBSD.org
Mon Apr 28 15:47:28 PDT 2003
http://perforce.freebsd.org/chv.cgi?CH=29983
Change 29983 by jmallett at jmallett_dalek on 2003/04/28 15:46:54
Add md fields..
Affected files ...
.. //depot/projects/mips/sys/mips/include/proc.h#2 edit
Differences ...
==== //depot/projects/mips/sys/mips/include/proc.h#2 (text+ko) ====
@@ -33,6 +33,9 @@
};
struct mdthread {
+ void *md_regs; /* registers on current frame */
+ int md_flags; /* machine-dependent flags */
+ int md_upte[UPAGES]; /* ptes for mapping u page */
};
#endif /* !_MACHINE_PROC_H_ */
More information about the p4-projects
mailing list