Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/powerpc/include Add cpu.h.



details:   https://anonhg.NetBSD.org/src/rev/bfee55ea986b
branches:  trunk
changeset: 472708:bfee55ea986b
user:      tsubai <tsubai%NetBSD.org@localhost>
date:      Wed May 05 10:15:53 1999 +0000

description:
Add cpu.h.

diffstat:

 sys/arch/powerpc/include/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r 05af46a02dfe -r bfee55ea986b sys/arch/powerpc/include/Makefile
--- a/sys/arch/powerpc/include/Makefile Wed May 05 08:43:53 1999 +0000
+++ b/sys/arch/powerpc/include/Makefile Wed May 05 10:15:53 1999 +0000
@@ -1,9 +1,9 @@
-#      $NetBSD: Makefile,v 1.3 1999/01/17 12:51:03 tsubai Exp $
+#      $NetBSD: Makefile,v 1.4 1999/05/05 10:15:53 tsubai Exp $
 
 KDIR=  /sys/arch/powerpc/include
 INCSDIR= /usr/include/powerpc
 
-INCS=  ansi.h aout_machdep.h asm.h bat.h bswap.h cdefs.h db_machdep.h \
+INCS=  ansi.h aout_machdep.h asm.h bat.h bswap.h cdefs.h cpu.h db_machdep.h \
        elf_machdep.h endian.h float.h fpu.h frame.h ieee.h ieeefp.h ipkdb.h \
        kcore.h limits.h machine_type.h param.h pcb.h pmap.h proc.h profile.h \
        psl.h pte.h ptrace.h reg.h reloc.h setjmp.h signal.h stdarg.h trap.h \



Home | Main Index | Thread Index | Old Index