Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Jul 2006 11:29:00 GMT
From:      "Wojciech A. Koszek" <wkoszek@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 100863 for review
Message-ID:  <200607071129.k67BT07E099541@repoman.freebsd.org>

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

Change 100863 by wkoszek@wkoszek_laptop on 2006/07/07 11:28:07

	Add intrcnt, eintrcnt, intrnames and eintrnames to support.S
	
	Those are used as MI code.

Affected files ...

.. //depot/projects/mips2/src/sys/mips/mips/support.S#3 edit

Differences ...

==== //depot/projects/mips2/src/sys/mips/mips/support.S#3 (text+ko) ====

@@ -60,3 +60,25 @@
 
 ENTRY(copyin)
 ENTRY(copyout)
+
+/*
+ * XXXMIPS: 
+ */
+	.data
+	.globl intrcnt
+	.globl eintrcnt
+
+intrcnt:
+	.space	1
+eintrcnt:
+	.space	2
+	
+
+	.globl intrnames
+	.globl eintrnames
+
+intrnames:
+	.space	3
+eintrnames:
+	.space	4
+



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