aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/include/apic.h
diff options
context:
space:
mode:
authorSteve Passe <fsmp@FreeBSD.org>1997-07-31 05:39:49 +0000
committerSteve Passe <fsmp@FreeBSD.org>1997-07-31 05:39:49 +0000
commit2e6a5b15a90cb585e66ce60945750c098bdd5d25 (patch)
treea99c63cfa846f8da18b0865e39e5133a83437be2 /sys/i386/include/apic.h
parentc30e46fa7d4aabf4e04db876a1e9ff8f7ccef86d (diff)
downloadsrc-2e6a5b15a90cb585e66ce60945750c098bdd5d25.tar.gz
src-2e6a5b15a90cb585e66ce60945750c098bdd5d25.zip
Converted the TEST_LOPRIO code to default.
Notes
Notes: svn path=/head/; revision=27778
Diffstat (limited to 'sys/i386/include/apic.h')
-rw-r--r--sys/i386/include/apic.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/i386/include/apic.h b/sys/i386/include/apic.h
index 170eb78ab032..8df09cdd30d5 100644
--- a/sys/i386/include/apic.h
+++ b/sys/i386/include/apic.h
@@ -22,7 +22,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: apic.h,v 1.5 1997/07/18 19:47:48 smp Exp smp $
+ * $Id: apic.h,v 1.6 1997/07/30 22:44:20 smp Exp smp $
*/
#ifndef _MACHINE_APIC_H_
@@ -220,10 +220,8 @@ typedef struct IOAPIC ioapic_t;
* various code 'logical' values
*/
-#ifdef TEST_LOPRIO
+/* default level for TPR */
#define LOPRIO_LEVEL 0x00000010 /* TPR of CPUs accepting INT */
-#define ALLHWI_LEVEL 0x00000000 /* TPR of CPU grabbing INTs */
-#endif /** TEST_LOPRIO */
/* XXX these 2 don't really belong here... */
#define COUNT_FIELD 0x00ffffff /* count portion of the lock */