PERFORCE change 100863 for review

Wojciech A. Koszek wkoszek at FreeBSD.org
Fri Jul 7 11:29:01 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=100863

Change 100863 by wkoszek at 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
+


More information about the p4-projects mailing list