Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hp700/include Move the clock_intr declaration.



details:   https://anonhg.NetBSD.org/src/rev/f06a409b42b7
branches:  trunk
changeset: 761214:f06a409b42b7
user:      skrll <skrll%NetBSD.org@localhost>
date:      Thu Jan 20 19:47:40 2011 +0000

description:
Move the clock_intr declaration.

diffstat:

 sys/arch/hp700/include/autoconf.h |  4 +---
 sys/arch/hp700/include/cpu.h      |  4 +++-
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (34 lines):

diff -r 450261ea0c14 -r f06a409b42b7 sys/arch/hp700/include/autoconf.h
--- a/sys/arch/hp700/include/autoconf.h Thu Jan 20 19:43:16 2011 +0000
+++ b/sys/arch/hp700/include/autoconf.h Thu Jan 20 19:47:40 2011 +0000
@@ -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);
diff -r 450261ea0c14 -r f06a409b42b7 sys/arch/hp700/include/cpu.h
--- a/sys/arch/hp700/include/cpu.h      Thu Jan 20 19:43:16 2011 +0000
+++ b/sys/arch/hp700/include/cpu.h      Thu Jan 20 19:47:40 2011 +0000
@@ -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))
 



Home | Main Index | Thread Index | Old Index