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)1429618Ssammovpsl(infop) process_info *infop; 1529618Ssam /* 1629618Ssam /* Move PSL to some place. 1729618Ssam /* 1829618Ssam /************************************/ 1929618Ssam { 2029618Ssam write_back (infop, psl, operand(infop,0)); 2129618Ssam } 22