Subject: Re: CVS commit: src/sys/arch/newsmips/include - install rwlock.h and mutex.h on pmax
To: None <current-users@netbsd.org>
From: Erik Bertelsen <bertelsen.erik@gmail.com>
List: current-users
Date: 02/18/2007 17:02:05
2007/2/18, Izumi Tsutsui <tsutsui@netbsd.org>:
>
> Module Name:    src
> Committed By:   tsutsui
> Date:           Sun Feb 18 02:45:31 UTC 2007
>
> Modified Files:
>         src/sys/arch/newsmips/include: Makefile
>
> Log Message:
> Install mutex.h and rwlock.h.


Could someone please make the similar change for pmax, maybe like

diff -u -r1.32 Makefile
--- Makefile    29 Jul 2006 19:10:58 -0000      1.32
+++ Makefile    18 Feb 2007 15:58:11 -0000
@@ -13,10 +13,10 @@
        intr.h \
        kcore.h kdbparam.h \
        limits.h lock.h locore.h \
-       math.h mcontext.h mips_opcode.h \
+       math.h mcontext.h mips_opcode.h mutex.h \
        param.h pcb.h pmap.h pmc.h \
        proc.h profile.h psl.h pte.h ptrace.h \
-       reg.h regdef.h regnum.h reloc.h \
+       reg.h regdef.h regnum.h reloc.h rwlock.h \
        setjmp.h signal.h stdarg.h \
        tc_machdep.h trap.h types.h \
        varargs.h vmparam.h \


- Erik