Module Name:    src
Committed By:   skrll
Date:           Thu Jan 20 19:47:40 UTC 2011

Modified Files:
        src/sys/arch/hp700/include: autoconf.h cpu.h

Log Message:
Move the clock_intr declaration.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/hp700/include/autoconf.h
cvs rdiff -u -r1.56 -r1.57 src/sys/arch/hp700/include/cpu.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/hp700/include/autoconf.h
diff -u src/sys/arch/hp700/include/autoconf.h:1.17 src/sys/arch/hp700/include/autoconf.h:1.18
--- src/sys/arch/hp700/include/autoconf.h:1.17	Thu Jan 13 21:15:16 2011
+++ src/sys/arch/hp700/include/autoconf.h	Thu Jan 20 19:47:40 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: autoconf.h,v 1.17 2011/01/13 21:15:16 skrll Exp $	*/
+/*	$NetBSD: autoconf.h,v 1.18 2011/01/20 19:47:40 skrll Exp $	*/
 
 /*	$OpenBSD: autoconf.h,v 1.10 2001/05/05 22:33:42 art Exp $	*/
 
@@ -91,6 +91,4 @@
 int	mbprint(void *, const char *);
 int	mbsubmatch(device_t, struct cfdata *, const int *, void *);
 
-int	clock_intr(void *);
-
 void	dumpconf(void);

Index: src/sys/arch/hp700/include/cpu.h
diff -u src/sys/arch/hp700/include/cpu.h:1.56 src/sys/arch/hp700/include/cpu.h:1.57
--- src/sys/arch/hp700/include/cpu.h:1.56	Mon Jan 17 12:42:41 2011
+++ src/sys/arch/hp700/include/cpu.h	Thu Jan 20 19:47:40 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: cpu.h,v 1.56 2011/01/17 12:42:41 skrll Exp $	*/
+/*	$NetBSD: cpu.h,v 1.57 2011/01/20 19:47:40 skrll Exp $	*/
 
 /*	$OpenBSD: cpu.h,v 1.55 2008/07/23 17:39:35 kettenis Exp $	*/
 
@@ -212,6 +212,8 @@
 #define	CLKF_INTR(framep)	((framep)->cf_flags & TFF_INTR)
 #define	CLKF_USERMODE(framep)	((framep)->cf_flags & T_USER)
 
+int	clock_intr(void *);
+
 #define	cpu_signotify(l)	(setsoftast(l))
 #define	cpu_need_proftick(l)	((l)->l_pflag |= LP_OWEUPC, setsoftast(l))
 

Reply via email to