diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-01-22 23:36:04 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-01-22 23:36:04 +0000 |
commit | de9e38ebaee922f0e5b3453414a2bc4480f71cba (patch) | |
tree | 3c906f003ed6d969d4a4bdb255d8bf98205aa1a0 /sys | |
parent | a8173e2108dbd6f28dda62efbca738dc58b35e67 (diff) |
kill the eiem defines we do not use
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/hppa/include/iomod.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sys/arch/hppa/include/iomod.h b/sys/arch/hppa/include/iomod.h index d7d3c40f106..cebfd2f446a 100644 --- a/sys/arch/hppa/include/iomod.h +++ b/sys/arch/hppa/include/iomod.h @@ -1,7 +1,7 @@ -/* $OpenBSD: iomod.h,v 1.11 2002/03/15 01:20:04 millert Exp $ */ +/* $OpenBSD: iomod.h,v 1.12 2003/01/22 23:36:03 mickey Exp $ */ /* - * Copyright (c) 2000 Michael Shalayeff + * Copyright (c) 2000-2003 Michael Shalayeff * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -426,8 +426,4 @@ struct iomod { /* io_spa */ #define SPA_ENABLE 0x20 /* io_spa register enable spa bit */ -#define EIM_GRPMASK 0x1F /* EIM register group mask */ -#define EIEM_MASK(eim) (0x80000000 >> (eim & EIM_GRPMASK)) -#define EIEM_BITCNT 32 /* number of bits in EIEM register */ - #endif /* _MACHINE_IOMOD_H_ */ |