Date: Thu, 27 Apr 2000 18:42:48 -0700 (PDT) From: Matthew Dillon <dillon@apollo.backplane.com> To: "Jeremiah Gowdy" <jgowdy@home.com> Cc: "Steve Passe" <smp@csn.net>, "James Housley" <jim@thehousleys.net>, <freebsd-smp@FreeBSD.ORG> Subject: Re: hlt instructions and temperature issues Message-ID: <200004280142.SAA07744@apollo.backplane.com> References: <200004271609.KAA24711@Ilsa.StevesCafe.com> <001d01bfb070$12236b00$5a5d0418@vista1.sdca.home.com>
next in thread | previous in thread | raw e-mail | index | archive | help
: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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200004280142.SAA07744>