diff options
author | Warner Losh <imp@FreeBSD.org> | 2018-01-01 04:10:25 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2018-01-01 04:10:25 +0000 |
commit | 5daa7f27c5de70744cc994bd4d4c4521c386d62a (patch) | |
tree | 7fb29b1f22fdc9f9fb24a813cb4d412f446f120b /sys/mips/alchemy/std.alchemy | |
parent | 039f26fab07efa45a58b135f36850c9fd834c811 (diff) |
Remove sys/mips/alchemy. It was still-born when I committed it and it
never got better. It never worked on real hardware and is still mostly
stubs after 8 years when I added it. It has had no real update in that
time apart from API churn. It was added just so it didn't get lost in
the project/mips merge, but maybe it should have been lost as nothing
has come of it. It is time to give up the ghost on this one.
Approved by: me, shooting my own dog
Discussed on: mips@
Notes
Notes:
svn path=/head/; revision=327458
Diffstat (limited to 'sys/mips/alchemy/std.alchemy')
-rw-r--r-- | sys/mips/alchemy/std.alchemy | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sys/mips/alchemy/std.alchemy b/sys/mips/alchemy/std.alchemy deleted file mode 100644 index 1b8b83b17f3d..000000000000 --- a/sys/mips/alchemy/std.alchemy +++ /dev/null @@ -1,8 +0,0 @@ -# $FreeBSD$ -# Standard include file for Alchemy Au1xxx CPUs: -# Au1000, Au1200, Au1250, Au1500 and Au1550 - -files "../alchemy/files.alchemy" - -machine mips mipsel -cpu CPU_MIPS4KC |