diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2009-11-19 19:04:27 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2009-11-19 19:04:27 +0000 |
commit | 9bdee5485da667991f3761fa1612c1aeb0a26663 (patch) | |
tree | b48a9b90b3b1c2644cd737faa1a9ec75c66668a8 /sys/arch/loongson | |
parent | adb8d79f68158204c69cdb82c1820d63f039dbc0 (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.
Diffstat (limited to 'sys/arch/loongson')
-rw-r--r-- | sys/arch/loongson/include/mutex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/loongson/include/mutex.h b/sys/arch/loongson/include/mutex.h index 4523b3199ee..01097fd7d73 100644 --- a/sys/arch/loongson/include/mutex.h +++ b/sys/arch/loongson/include/mutex.h @@ -1,4 +1,4 @@ -/* $OpenBSD: mutex.h,v 1.1.1.1 2009/11/19 19:04:26 miod Exp $ */ +/* $OpenBSD: mutex.h,v 1.1 2009/11/19 19:04:26 miod Exp $ */ /* * Copyright (c) 2004 Artur Grabowski <art@openbsd.org> |