Source-Changes-HG archive

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

[src/netbsd-3]: src/sys/arch/xen/include Pull up revision 1.14 (requested by ...



details:   https://anonhg.NetBSD.org/src/rev/961121483aaa
branches:  netbsd-3
changeset: 576285:961121483aaa
user:      tron <tron%NetBSD.org@localhost>
date:      Sat Jun 18 10:40:43 2005 +0000

description:
Pull up revision 1.14 (requested by yamt in ticket #462):
always provide prototype of printk for now.  because:
        - currently its implementation is always compiled in.
        - there're users which don't honor XENDEBUG.

diffstat:

 sys/arch/xen/include/xen.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 875caef61a15 -r 961121483aaa sys/arch/xen/include/xen.h
--- a/sys/arch/xen/include/xen.h        Sat Jun 18 10:38:52 2005 +0000
+++ b/sys/arch/xen/include/xen.h        Sat Jun 18 10:40:43 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: xen.h,v 1.10.2.3 2005/06/18 10:37:24 tron Exp $        */
+/*     $NetBSD: xen.h,v 1.10.2.4 2005/06/18 10:40:43 tron Exp $        */
 
 /*
  *
@@ -61,7 +61,7 @@
 
 void   idle_block(void);
 
-#ifdef XENDEBUG
+#if defined(XENDEBUG) || 1 /* XXX */
 void printk(const char *, ...);
 void vprintk(const char *, _BSD_VA_LIST_);
 #endif



Home | Main Index | Thread Index | Old Index