diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-07-02 14:08:54 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-07-02 14:08:54 +0000 |
commit | 60ed2fa05e3c233c1326a7de2c4f85d61b43e616 (patch) | |
tree | ee22d185ce02971fea6be85d64d36408c570593f /sys/arch/landisk | |
parent | 84e7924ceb5da6d5ed029f2acb15b617e5f8349e (diff) |
remove machine/lock.h where unused
Previously for __cpu_simple_lock parts. Now only hppa and m88k use
__cpu_simple_lock (and hppa uses atomic.h for it).
ok miod@ visa@
Diffstat (limited to 'sys/arch/landisk')
-rw-r--r-- | sys/arch/landisk/include/lock.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/arch/landisk/include/lock.h b/sys/arch/landisk/include/lock.h deleted file mode 100644 index 52562e60771..00000000000 --- a/sys/arch/landisk/include/lock.h +++ /dev/null @@ -1,3 +0,0 @@ -/* $OpenBSD: lock.h,v 1.2 2009/11/24 11:59:59 jasper Exp $ */ - -#include <sh/lock.h> |