--- Net2/arch/i386/include/psl.h 2018/04/24 18:04:01 1.1 +++ Net2/arch/i386/include/psl.h 2018/04/24 18:20:36 1.1.1.3 @@ -33,7 +33,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)psl.h 5.2 (Berkeley) 1/18/91 + * from: @(#)psl.h 5.2 (Berkeley) 1/18/91 + * psl.h,v 1.2 1993/05/22 08:00:33 cgd Exp */ /* @@ -44,7 +45,6 @@ #define PSL_AF 0x00000010 /* bcd carry bit */ #define PSL_Z 0x00000040 /* zero bit */ #define PSL_N 0x00000080 /* negative bit */ -#define PSL_ALLCC 0x000000d5 /* all cc bits - unlikely */ #define PSL_T 0x00000100 /* trace enable bit */ #define PSL_I 0x00000200 /* interrupt enable bit */ #define PSL_D 0x00000400 /* string instruction direction bit */