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 | e0932cf161beaae741e3e9dfbdc4b52258e25f3a (patch) | |
tree | 084fbccd020718928e43446820707723f29d22cd /sys/arch/loongson/include | |
parent | 87b9fba1babff70e32a4294f9eaef8cdccaf209d (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/include')
-rw-r--r-- | sys/arch/loongson/include/asm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/loongson/include/asm.h b/sys/arch/loongson/include/asm.h index a3bf821871e..cf6c2739250 100644 --- a/sys/arch/loongson/include/asm.h +++ b/sys/arch/loongson/include/asm.h @@ -1,3 +1,3 @@ -/* $OpenBSD: asm.h,v 1.1.1.1 2009/07/31 09:26:25 miod Exp $ */ +/* $OpenBSD: asm.h,v 1.1 2009/07/31 09:26:25 miod Exp $ */ /* public domain */ #include <mips64/asm.h> |