Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Nov 2002 09:47:00 -0800 (PST)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 20849 for review
Message-ID:  <200211081747.gA8Hl032058123@repoman.freebsd.org>

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

Change 20849 by jmallett@jmallett_dalek on 2002/11/08 09:46:44

	Add 'struct frame', and an empty <machine/proc.h>

Affected files ...

.. //depot/projects/mips/sys/mips/include/frame.h#2 edit
.. //depot/projects/mips/sys/mips/include/proc.h#1 add

Differences ...

==== //depot/projects/mips/sys/mips/include/frame.h#2 (text+ko) ====

@@ -28,6 +28,10 @@
 #ifndef	_MACHINE_FRAME_H_
 #define	_MACHINE_FRAME_H_
 
+struct frame {
+	__register_t	fr_regs[38];
+};
+
 struct trapframe {
 	__register_t	tf_regs[17];	/* 17 Saved GP registers. */
 	__register_t	tf_ra;		/* Return address. */

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




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