diff options
author | 2003-01-22 23:36:03 +0000 | |
---|---|---|
committer | 2003-01-22 23:36:03 +0000 | |
commit | a4a2656ca9e31b7ad75609067f101a09d1f878bc (patch) | |
tree | 89a184c28e53949e06d9b04c798ab37dcad44ac1 | |
parent | fix wired accounting in pmap_enter() (diff) | |
download | wireguard-openbsd-a4a2656ca9e31b7ad75609067f101a09d1f878bc.tar.xz wireguard-openbsd-a4a2656ca9e31b7ad75609067f101a09d1f878bc.zip |
kill the eiem defines we do not use
-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_ */ |