Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sh5/sh5 Apply thorpej's recent All-Ports conf.c cha...
details: https://anonhg.NetBSD.org/src/rev/c8ba3ca2bded
branches: trunk
changeset: 534184:c8ba3ca2bded
user: scw <scw%NetBSD.org@localhost>
date: Fri Jul 19 18:53:15 2002 +0000
description:
Apply thorpej's recent All-Ports conf.c change. Seems SH5 slipped
through the net the first time around. Here's the relevant snippet
of the original commit message:
Rename cdev_systrace_init() to cdev_clonemisc_init(), so it can
be properly used by any misc. cloning device.
diffstat:
sys/arch/sh5/sh5/conf.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r d6da939310f7 -r c8ba3ca2bded sys/arch/sh5/sh5/conf.c
--- a/sys/arch/sh5/sh5/conf.c Fri Jul 19 18:36:26 2002 +0000
+++ b/sys/arch/sh5/sh5/conf.c Fri Jul 19 18:53:15 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: conf.c,v 1.2 2002/07/12 20:43:12 scw Exp $ */
+/* $NetBSD: conf.c,v 1.3 2002/07/19 18:53:15 scw Exp $ */
/*
* Copyright (c) 1994, 1995 Charles M. Hannum. All rights reserved.
@@ -195,7 +195,7 @@
cdev_notdef(), /* 51 */
cdev_clockctl_init(NCLOCKCTL, clockctl),/* 52: clockctl pseudo device */
#ifdef SYSTRACE
- cdev_systrace_init(1, systrace),/* 53: system call tracing */
+ cdev_clonemisc_init(1, systrace),/* 53: system call tracing */
#else
cdev_notdef(), /* 53: system call tracing */
#endif
Home |
Main Index |
Thread Index |
Old Index