Remove stuff related to microtime.s, which is gone.

This commit is contained in:
phk 1998-04-06 11:38:18 +00:00
parent 86ff9d1a6e
commit b4d5f00838
2 changed files with 2 additions and 5 deletions

View File

@ -22,7 +22,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: lock.h,v 1.4 1997/09/07 22:01:39 fsmp Exp $
* $Id: lock.h,v 1.5 1997/12/15 02:18:27 tegge Exp $
*/
@ -85,7 +85,6 @@
* Botom half routines, ie. those already protected from INTs.
*
* Used in:
* sys/i386/i386/microtime.s (XXX currently NOT used, possible race?)
* sys/i386/isa/ipl.s: _doreti
* sys/i386/isa/apic_vector.s: _Xintr0, ..., _Xintr23
*/

View File

@ -22,7 +22,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: smptests.h,v 1.30 1998/03/04 23:45:12 tegge Exp $
* $Id: smptests.h,v 1.31 1998/03/07 20:48:16 tegge Exp $
*/
#ifndef _MACHINE_SMPTESTS_H_
@ -75,8 +75,6 @@
#define REAL_IFCPL /* ipl_funcs.c: SCPL_LOCK/SCPL_UNLOCK */
#endif /* PUSHDOWN_LEVEL_2 */
#define REAL_MCPL_NOT /* microtime.s: CPL_LOCK/movl $0,_cpl_lock */
/*
* The xCPL_LOCK/xCPL_UNLOCK defines control the spinlocks
* that protect cpl/cml/cil and the spl functions.