diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2009-07-31 09:26:26 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2009-07-31 09:26:26 +0000 |
commit | 100f3b19a550b0932829687da1b17027808f9519 (patch) | |
tree | 63661f5653b8866be01a45be961b891e58392ed8 | |
parent | ba9e2da185db87b907ce5e5ab973261b6b71b8d3 (diff) |
By popular demand and peer pressure, check-in work in progress work to support
the Yeelong Lemote mips-based netbook. Kernel bits only for now, needs
polishing; most of this work done during h2k9 last month, although the
porting effort started earlier this year.
-rw-r--r-- | sys/arch/loongson/include/lock.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/loongson/include/lock.h b/sys/arch/loongson/include/lock.h index 7480bba9e80..49a28cfc21c 100644 --- a/sys/arch/loongson/include/lock.h +++ b/sys/arch/loongson/include/lock.h @@ -1,3 +1,3 @@ -/* $OpenBSD: lock.h,v 1.1.1.1 2009/07/31 09:26:25 miod Exp $ */ +/* $OpenBSD: lock.h,v 1.1 2009/07/31 09:26:25 miod Exp $ */ /* public domain */ #include <mips64/lock.h> |