Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Apr 2003 15:49:30 -0700 (PDT)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 29986 for review
Message-ID:  <200304282249.h3SMnU99062085@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=29986

Change 29986 by jmallett@jmallett_dalek on 2003/04/28 15:48:49

	Add a panic-stub for cpu_intr.

Affected files ...

.. //depot/projects/mips/sys/mips/sgimips/machdep_sgimips.c#12 edit

Differences ...

==== //depot/projects/mips/sys/mips/sgimips/machdep_sgimips.c#12 (text+ko) ====

@@ -144,3 +144,9 @@
 	pmap_bootstrap();
 	mips_init();
 }
+
+void
+cpu_intr(u_int32_t status, u_int32_t cause, u_int32_t pc, u_int32_t ipending)
+{
+	panic("interrupt!");
+}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304282249.h3SMnU99062085>