xref: /csrg-svn/sys/tahoe/align/Amovpsl.c (revision 45760)
1*45760Sbostic /*-
2*45760Sbostic  * Copyright (c) 1986 The Regents of the University of California.
3*45760Sbostic  * All rights reserved.
4*45760Sbostic  *
5*45760Sbostic  * This code is derived from software contributed to Berkeley by
6*45760Sbostic  * Computer Consoles Inc.
7*45760Sbostic  *
8*45760Sbostic  * %sccs.include.redist.c%
9*45760Sbostic  *
10*45760Sbostic  *	@(#)Amovpsl.c	7.1 (Berkeley) 12/06/90
11*45760Sbostic  */
1229618Ssam 
1345699Sbostic #include "align.h"
movpsl(infop)1429618Ssam movpsl(infop)	process_info *infop;
1529618Ssam /*
1629618Ssam /*	Move PSL to some place.
1729618Ssam /*
1829618Ssam /************************************/
1929618Ssam {
2029618Ssam 	write_back (infop, psl, operand(infop,0));
2129618Ssam }
22