Source-Changes-HG archive

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

[src/trunk]: src/sys/arch Don't need a <machine/profileio.h> on these platforms.



details:   https://anonhg.NetBSD.org/src/rev/244cca934ab8
branches:  trunk
changeset: 518053:244cca934ab8
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Fri Nov 23 20:56:27 2001 +0000

description:
Don't need a <machine/profileio.h> on these platforms.

diffstat:

 sys/arch/acorn32/include/profileio.h |  3 ---
 sys/arch/hpcarm/include/Makefile     |  4 ++--
 sys/arch/hpcarm/include/profileio.h  |  3 ---
 3 files changed, 2 insertions(+), 8 deletions(-)

diffs (32 lines):

diff -r 8134eb030aca -r 244cca934ab8 sys/arch/acorn32/include/profileio.h
--- a/sys/arch/acorn32/include/profileio.h      Fri Nov 23 20:47:17 2001 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-/* $NetBSD: profileio.h,v 1.1 2001/10/05 22:27:52 reinoud Exp $ */
-
-#include <arm/profileio.h>
diff -r 8134eb030aca -r 244cca934ab8 sys/arch/hpcarm/include/Makefile
--- a/sys/arch/hpcarm/include/Makefile  Fri Nov 23 20:47:17 2001 +0000
+++ b/sys/arch/hpcarm/include/Makefile  Fri Nov 23 20:56:27 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.11 2001/11/23 20:43:07 thorpej Exp $
+#      $NetBSD: Makefile,v 1.12 2001/11/23 20:56:30 thorpej Exp $
 
 KDIR=  /sys/arch/hpcarm/include
 INCSDIR= /usr/include/hpcarm
@@ -15,7 +15,7 @@
        limits.h lock.h \
        math.h \
        param.h pcb.h platid.h platid_generated.h platid_mask.h pmap.h \
-       proc.h profile.h profileio.h psl.h ptrace.h \
+       proc.h profile.h psl.h ptrace.h \
        reg.h rtc.h \
        setjmp.h signal.h stdarg.h sysarch.h \
        trap.h types.h \
diff -r 8134eb030aca -r 244cca934ab8 sys/arch/hpcarm/include/profileio.h
--- a/sys/arch/hpcarm/include/profileio.h       Fri Nov 23 20:47:17 2001 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-/* $NetBSD: profileio.h,v 1.1 2001/02/24 07:16:51 ichiro Exp $ */
-
-#include <arm/profileio.h>



Home | Main Index | Thread Index | Old Index