Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Mar 2008 11:11:56 GMT
From:      "Randall R. Stewart" <rrs@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 136981 for review
Message-ID:  <200803061111.m26BBuEh080509@repoman.freebsd.org>

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

Change 136981 by rrs@rrs-mips2-jnpr on 2008/03/06 11:11:19

	Kill out getsr/setsr routines that are unused.

Affected files ...

.. //depot/projects/mips2-jnpr/src/sys/mips/include/cpu.h#13 edit

Differences ...

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

@@ -544,8 +544,7 @@
 void clearsoftintr0(void);
 void setsoftintr1(void);
 void clearsoftintr1(void);
-void setsr(u_int32_t);
-u_int32_t getsr(void);
+
 
 u_int32_t mips_cp0_status_read(void);
 void mips_cp0_status_write(u_int32_t);



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