xref: /csrg-svn/sys/tahoe/align/Abispsw.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  *	@(#)Abispsw.c	7.1 (Berkeley) 12/06/90
11*45760Sbostic  */
1229592Ssam 
1345699Sbostic #include "align.h"
bispsw(infop)1429592Ssam bispsw(infop)	process_info *infop;
1529592Ssam /*
1629592Ssam /*	Bits set in PSW.
1729592Ssam /*
1829592Ssam /*************************************/
1929592Ssam {
2029592Ssam 	register int mask;
2129592Ssam 
2229592Ssam 	mask = operand(infop,0)->data;
2329592Ssam 	psl |= mask & 0x7f;
2429592Ssam }
25