From owner-freebsd-smp Thu Apr 27 18:42:57 2000 Delivered-To: freebsd-smp@freebsd.org Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by hub.freebsd.org (Postfix) with ESMTP id 24D9837B8D6 for ; Thu, 27 Apr 2000 18:42:54 -0700 (PDT) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.9.3/8.9.1) id SAA07744; Thu, 27 Apr 2000 18:42:48 -0700 (PDT) (envelope-from dillon) Date: Thu, 27 Apr 2000 18:42:48 -0700 (PDT) From: Matthew Dillon Message-Id: <200004280142.SAA07744@apollo.backplane.com> To: "Jeremiah Gowdy" Cc: "Steve Passe" , "James Housley" , Subject: Re: hlt instructions and temperature issues References: <200004271609.KAA24711@Ilsa.StevesCafe.com> <001d01bfb070$12236b00$5a5d0418@vista1.sdca.home.com> Sender: owner-freebsd-smp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org :In this piece of code: :------------------------------------ :ENTRY(default_halt) :sti :#ifndef SMP :hlt /* XXX: until a wakeup IPI */ :#ifdef SMP :#ifdef CHEAP_TPR :movl $0, lapic_tpr :#else :andl $~APIC_TPR_PRIO, lapic_tpr :#endif /** CHEAP_TPR */ :#endif :hlt :ret Umm... where'd you get the above code? This is not the current halt code for 3.x, 4.x, or 5.x. -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-smp" in the body of the message