xref: /original-bsd/sys/tahoe/align/Amovpsl.c (revision 3588a932)
1 /*-
2  * Copyright (c) 1986 The Regents of the University of California.
3  * All rights reserved.
4  *
5  * This code is derived from software contributed to Berkeley by
6  * Computer Consoles Inc.
7  *
8  * %sccs.include.redist.c%
9  *
10  *	@(#)Amovpsl.c	7.1 (Berkeley) 12/06/90
11  */
12 
13 #include "align.h"
14 movpsl(infop)	process_info *infop;
15 /*
16 /*	Move PSL to some place.
17 /*
18 /************************************/
19 {
20 	write_back (infop, psl, operand(infop,0));
21 }
22