Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/hpcmips/stand/include these are needed due to the c...



details:   https://anonhg.NetBSD.org/src/rev/cb6a4215311b
branches:  trunk
changeset: 480439:cb6a4215311b
user:      cgd <cgd%NetBSD.org@localhost>
date:      Wed Jan 12 19:33:18 2000 +0000

description:
these are needed due to the change in rev 1.16 of mips/include/mips_param.h

diffstat:

 sys/arch/hpcmips/stand/include/machine/cpu.h  |  1 +
 sys/arch/hpcmips/stand/include/mips/cpu.h     |  1 +
 sys/arch/hpcmips/stand/include/mips/cpuregs.h |  1 +
 3 files changed, 3 insertions(+), 0 deletions(-)

diffs (15 lines):

diff -r 22390fd0f8c8 -r cb6a4215311b sys/arch/hpcmips/stand/include/machine/cpu.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/hpcmips/stand/include/machine/cpu.h      Wed Jan 12 19:33:18 2000 +0000
@@ -0,0 +1,1 @@
+#include "../../../include/cpu.h"
diff -r 22390fd0f8c8 -r cb6a4215311b sys/arch/hpcmips/stand/include/mips/cpu.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/hpcmips/stand/include/mips/cpu.h Wed Jan 12 19:33:18 2000 +0000
@@ -0,0 +1,1 @@
+#include "../../../../mips/include/cpu.h"
diff -r 22390fd0f8c8 -r cb6a4215311b sys/arch/hpcmips/stand/include/mips/cpuregs.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/hpcmips/stand/include/mips/cpuregs.h     Wed Jan 12 19:33:18 2000 +0000
@@ -0,0 +1,1 @@
+#include "../../../../mips/include/cpuregs.h"



Home | Main Index | Thread Index | Old Index