/*[ clts.c LOCAL CHAR SccsID[]="@(#)clts.c 1.5 02/09/94"; CLTS CPU functions. ------------------- ]*/ #include #include #include #include #include #include #include #include #include #include #include #include /* ===================================================================== EXTERNAL ROUTINES STARTS HERE. ===================================================================== */ GLOBAL VOID CLTS() { SET_CR(CR_STAT, GET_CR(CR_STAT) & ~BIT3_MASK); }