Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/arch/alpha/include Pull up revision 1.16 (via patch...



details:   https://anonhg.NetBSD.org/src/rev/528dbba05707
branches:  netbsd-1-5
changeset: 491770:528dbba05707
user:      he <he%NetBSD.org@localhost>
date:      Tue May 15 22:50:46 2001 +0000

description:
Pull up revision 1.16 (via patch, requested by ross):
  Deal with stray machine checks.

diffstat:

 sys/arch/alpha/include/alpha.h |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (35 lines):

diff -r 3d41c71e6570 -r 528dbba05707 sys/arch/alpha/include/alpha.h
--- a/sys/arch/alpha/include/alpha.h    Tue May 15 22:50:23 2001 +0000
+++ b/sys/arch/alpha/include/alpha.h    Tue May 15 22:50:46 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: alpha.h,v 1.10 2000/06/08 03:10:06 thorpej Exp $ */
+/* $NetBSD: alpha.h,v 1.10.2.1 2001/05/15 22:50:46 he Exp $ */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -47,6 +47,7 @@
 #ifdef _KERNEL
 
 #include <machine/bus.h>
+#include <machine/stdarg.h>
 
 struct pcb;
 struct proc;
@@ -96,6 +97,7 @@
 char * dot_conv(unsigned long);
 
 /* Multiprocessor glue; cpu.c */
+
 struct cpu_info;
 int    cpu_iccb_send(long, const char *);
 void   cpu_iccb_receive(void);
@@ -105,5 +107,9 @@
 void   cpu_pause(unsigned long);
 void   cpu_resume(unsigned long);
 
+/* Security sensitive rate limiting printf */
+
+void rlprintf(struct timeval *t, const char *fmt, ...);
+
 #endif /* _KERNEL */
 #endif /* _ALPHA_H_ */



Home | Main Index | Thread Index | Old Index