Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Feb 2008 18:31:52 GMT
From:      "Randall R. Stewart" <rrs@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 135338 for review
Message-ID:  <200802131831.m1DIVqsH021008@repoman.freebsd.org>

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

Change 135338 by rrs@rrs-mips2-jnpr on 2008/02/13 18:31:00

	Purge the rest of k0 use from DO_AST

Affected files ...

.. //depot/projects/mips2-jnpr/src/sys/mips/include/asm.h#12 edit

Differences ...

==== //depot/projects/mips2-jnpr/src/sys/mips/include/asm.h#12 (text+ko) ====

@@ -307,8 +307,7 @@
  * Call ast if required
  */
 #define DO_AST							\
-	GET_CPU_PCPU(k0)					\
-	move	a0, k0;						\
+	GET_CPU_PCPU(a0)					\
 	lw	a0, PC_CURTHREAD(a0);				\
 	lw	t0, TD_FLAGS(a0);			        \
 	and	t0, t0, (TDF_ASTPENDING|TDF_NEEDRESCHED);	\



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