Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Mar 2003 20:04:08 -0800 (PST)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 26172 for review
Message-ID:  <200303020404.h22448v3085830@repoman.freebsd.org>

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

Change 26172 by jmallett@jmallett_dalek on 2003/03/01 20:03:28

	Diff reduction, put savectx() in the proper place.

Affected files ...

.. //depot/projects/mips/sys/mips/include/cpu.h#4 edit
.. //depot/projects/mips/sys/mips/include/pcb.h#3 edit

Differences ...

==== //depot/projects/mips/sys/mips/include/cpu.h#4 (text+ko) ====

@@ -75,6 +75,4 @@
 	return (++now);
 }
 
-void	savectx(struct pcb *);
-
 #endif /* !_MACHINE_CPU_H_ */

==== //depot/projects/mips/sys/mips/include/pcb.h#3 (text+ko) ====

@@ -38,4 +38,8 @@
 	struct reg	pcb_regs;	/* Saved regs. XXX This is excessive. */
 };
 
+#ifdef _KERNEL
+int	savectx(struct pcb *pcb);
+#endif
+
 #endif /* !_MACHINE_PCB_H_ */

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?200303020404.h22448v3085830>