Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/powerpc/powerpc make LINTSTUB work with this.



details:   https://anonhg.NetBSD.org/src/rev/8713e9f39304
branches:  trunk
changeset: 544189:8713e9f39304
user:      matt <matt%NetBSD.org@localhost>
date:      Fri Mar 14 05:36:39 2003 +0000

description:
make LINTSTUB work with this.

diffstat:

 sys/arch/powerpc/powerpc/setfault.S |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r a78b7a700e77 -r 8713e9f39304 sys/arch/powerpc/powerpc/setfault.S
--- a/sys/arch/powerpc/powerpc/setfault.S       Fri Mar 14 05:32:27 2003 +0000
+++ b/sys/arch/powerpc/powerpc/setfault.S       Fri Mar 14 05:36:39 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: setfault.S,v 1.1 2003/02/02 20:43:24 matt Exp $        */
+/*     $NetBSD: setfault.S,v 1.2 2003/03/14 05:36:39 matt Exp $        */
 
 /*
  * Copyright (c) 2001 Wasabi Systems, Inc.
@@ -69,7 +69,11 @@
 #include "assym.h"
 #include <machine/asm.h>
 
-/* LINTSTUB: Func: int setfault(faultbuf_t *); */
+/* LINTSTUB: include <sys/param.h> */
+/* LINTSTUB: include <sys/types.h> */
+/* LINTSTUB: include <machine/reg.h> */
+/* LINTSTUB: include <machine/pcb.h> */
+/* LINTSTUB: Func: int setfault(struct faultbuf *fb); */
 
 /*
  * int setfault(faultbuf_t *)



Home | Main Index | Thread Index | Old Index