Skip to content
Snippets Groups Projects
Commit 5a9c8b63 authored by wlott's avatar wlott
Browse files

Moved *INTERRUPTS-ENABLED* and *INTERRUPT-PENDING* from the MACH package to

the UNIX package.
parent cdbfba88
No related branches found
No related tags found
No related merge requests found
;;; -*- Package: SPARC -*-
;;;
;;; **********************************************************************
;;; This code was written as part of the Spice Lisp project at
;;; Carnegie-Mellon University, and has been placed in the public domain.
;;; If you want to use this code or any part of Spice Lisp, please contact
;;; Scott Fahlman (FAHLMAN@CMUC).
;;; **********************************************************************
;;; This code was written as part of the CMU Common Lisp project at
;;; Carnegie Mellon University, and has been placed in the public domain.
;;; If you want to use this code or any part of CMU Common Lisp, please contact
;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;;
(ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/parms.lisp,v 1.13 1992/02/25 07:09:29 wlott Exp $")
;;;
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/parms.lisp,v 1.12 1991/10/05 19:33:33 wlott Exp $
;;; **********************************************************************
;;;
;;; This file contains some parameterizations of various VM
;;; attributes for the SPARC. This file is separate from other stuff so
......@@ -201,8 +203,8 @@
lisp::*free-interrupt-context-index*
lisp::*pseudo-atomic-atomic*
lisp::*pseudo-atomic-interrupted*
mach::*interrupts-enabled*
mach::*interrupt-pending*
unix::*interrupts-enabled*
unix::*interrupt-pending*
;; Static functions.
length
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment