login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2010
»
May
»
7
Re: RFD: Should we remove the HLT check? (was Re: [PATCH 1/8] x86: avoid check hlt if no timer interrupts)
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: H. Peter Anvin
Subject:
Re: RFD: Should we remove the HLT check? (was Re: [PATCH 1/8] x86: avoid check hlt if no timer interrupts)
Date: Friday, May 7, 2010 - 3:27 pm
On 05/07/2010 03:24 PM, Alan Cox wrote:
quoted text
>> I'd be cool skipping it for family 5 or newer. I'm just wondering if we >> should kill it completely -- IIRC it was only a handful of 386/486 >> systems which had problems, usually due to marginal power supplies which >> couldn't handle the noise of a variable load (DOS not having any power >> management would run at a reliable 100% load) -- that's not exactly the >> type of systems which would have survived to modern day. > > Also SMM and hardware bugs on some platforms - Cyrix MediaGX 5510 for > example where a hlt at the wrong moment during ATA transfers hung the box > until power cycle. But all old old stuff.
I think family < 5 seems a reasonable cutoff. Note that the ATA transfer bug you describe above would not be caught by the existing check. -hpa --
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[PATCH 0/8] Moorestown changes in arch/x86 for 35 merge window
, Jacob Pan
, (Fri May 7, 10:41 am)
[PATCH 1/8] x86: avoid check hlt if no timer interrupts
, Jacob Pan
, (Fri May 7, 10:41 am)
[PATCH 2/8] x86/mrst/pci: return 0 for non-present pci bars
, Jacob Pan
, (Fri May 7, 10:41 am)
[PATCH 3/8] x86/apic: allow use of lapic timer early calib ...
, Jacob Pan
, (Fri May 7, 10:41 am)
[PATCH 4/8] x86/mrst: change clock selection logic to supp ...
, Jacob Pan
, (Fri May 7, 10:41 am)
[PATCH 5/8] x86/apbt: support more timer configurations on ...
, Jacob Pan
, (Fri May 7, 10:41 am)
[PATCH 6/8] x86/platform: add a wallclock_init func to x86 ...
, Jacob Pan
, (Fri May 7, 10:41 am)
[PATCH 7/8] x86/mrst: add vrtc driver which serves as a wa ...
, Jacob Pan
, (Fri May 7, 10:41 am)
[PATCH 8/8] x86/mrst: Add nop functions to x86_init mppars ...
, Jacob Pan
, (Fri May 7, 10:41 am)
Re: [PATCH 7/8] x86/mrst: add vrtc driver which serves as ...
, Joe Perches
, (Fri May 7, 11:51 am)
Re: [PATCH 7/8] x86/mrst: add vrtc driver which serves as ...
, Alan Cox
, (Fri May 7, 12:02 pm)
Re: [PATCH 7/8] x86/mrst: add vrtc driver which serves as ...
, Joe Perches
, (Fri May 7, 12:06 pm)
Re: [PATCH 7/8] x86/mrst: add vrtc driver which serves as ...
, H. Peter Anvin
, (Fri May 7, 12:56 pm)
RFD: Should we remove the HLT check? (was Re: [PATCH 1/8] ...
, H. Peter Anvin
, (Fri May 7, 1:32 pm)
Re: RFD: Should we remove the HLT check? (was Re: [PATCH ...
, Arjan van de Ven
, (Fri May 7, 1:33 pm)
Re: RFD: Should we remove the HLT check? (was Re: [PATCH ...
, H. Peter Anvin
, (Fri May 7, 1:36 pm)
Re: RFD: Should we remove the HLT check? (was Re: [PATCH ...
, Linus Torvalds
, (Fri May 7, 1:54 pm)
Re: RFD: Should we remove the HLT check? (was Re: [PATCH ...
, H. Peter Anvin
, (Fri May 7, 2:04 pm)
Re: RFD: Should we remove the HLT check? (was Re: [PATCH ...
, jacob pan
, (Fri May 7, 3:07 pm)
Re: RFD: Should we remove the HLT check? (was Re: [PATCH ...
, Alan Cox
, (Fri May 7, 3:24 pm)
Re: RFD: Should we remove the HLT check? (was Re: [PATCH ...
, H. Peter Anvin
, (Fri May 7, 3:27 pm)
Re: RFD: Should we remove the HLT check? (was Re: [PATCH ...
, Arjan van de Ven
, (Fri May 7, 3:35 pm)
Re: RFD: Should we remove the HLT check? (was Re: [PATCH ...
, Alan Cox
, (Fri May 7, 3:46 pm)
Re: [PATCH 7/8] x86/mrst: add vrtc driver which serves as ...
, Feng Tang
, (Mon May 10, 2:17 am)
Re: [PATCH 7/8] x86/mrst: add vrtc driver which serves as ...
, H. Peter Anvin
, (Mon May 10, 11:22 am)
Re: [PATCH 7/8] x86/mrst: add vrtc driver which serves as ...
, Feng Tang
, (Mon May 10, 7:30 pm)
Re: [PATCH 3/8] x86/apic: allow use of lapic timer early c ...
, Thomas Gleixner
, (Tue May 11, 6:46 am)
Re: [PATCH 4/8] x86/mrst: change clock selection logic to ...
, Thomas Gleixner
, (Tue May 11, 7:36 am)
Re: [PATCH 6/8] x86/platform: add a wallclock_init func to ...
, Thomas Gleixner
, (Tue May 11, 7:42 am)
Re: [PATCH 7/8] x86/mrst: add vrtc driver which serves as ...
, Thomas Gleixner
, (Tue May 11, 7:57 am)
Re: [PATCH 4/8] x86/mrst: change clock selection logic to ...
, Alan Cox
, (Tue May 11, 8:30 am)
Re: [PATCH 4/8] x86/mrst: change clock selection logic to ...
, Thomas Gleixner
, (Tue May 11, 8:50 am)
Re: [PATCH 4/8] x86/mrst: change clock selection logic to ...
, Alan Cox
, (Tue May 11, 9:03 am)
RE: [PATCH 3/8] x86/apic: allow use of lapic timer early c ...
, Pan, Jacob jun
, (Tue May 11, 12:42 pm)
RE: [PATCH 3/8] x86/apic: allow use of lapic timer early c ...
, Thomas Gleixner
, (Tue May 11, 12:50 pm)
RE: [PATCH 3/8] x86/apic: allow use of lapic timer early c ...
, Pan, Jacob jun
, (Tue May 11, 1:46 pm)
Re: [PATCH 3/8] x86/apic: allow use of lapic timer early c ...
, H. Peter Anvin
, (Tue May 11, 1:51 pm)
Re: [PATCH 7/8] x86/mrst: add vrtc driver which serves as ...
, Feng Tang
, (Tue May 11, 7:34 pm)
RE: [PATCH 4/8] x86/mrst: change clock selection logic to ...
, Pan, Jacob jun
, (Thu May 13, 3:16 pm)
Re: [PATCH 4/8] x86/mrst: change clock selection logic to ...
, Du, Alek
, (Sun May 16, 7:14 pm)
Re: [PATCH 4/8] x86/mrst: change clock selection logic to ...
, Du, Alek
, (Sun May 16, 7:27 pm)
Re: [PATCH 7/8] x86/mrst: add vrtc driver which serves as ...
, Thomas Gleixner
, (Mon May 17, 2:15 am)
Re: [PATCH 7/8] x86/mrst: add vrtc driver which serves as ...
, Feng Tang
, (Mon May 17, 11:27 pm)
Re: [PATCH 7/8] x86/mrst: add vrtc driver which serves as ...
, Thomas Gleixner
, (Tue May 18, 12:38 am)
Re: [PATCH 7/8] x86/mrst: add vrtc driver which serves as ...
, john stultz
, (Tue May 18, 1:43 pm)
Re: [PATCH 7/8] x86/mrst: add vrtc driver which serves as ...
, Thomas Gleixner
, (Tue May 18, 2:02 pm)
[PATCH 1/3] timekeeping: moving xtime's init to a later time
, Feng Tang
, (Thu May 20, 7:15 pm)
[PATCH 2/3] x86: unify current 3 similar ways of saving IR ...
, Feng Tang
, (Thu May 20, 7:16 pm)
[PATCH 3/3] x86/mrst: add vrtc driver which serves as a wa ...
, Feng Tang
, (Thu May 20, 7:19 pm)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Christoph Lameter
[PATCH 1/2] Make page->private usable in compound pages V1
Luben Tuikov
Re: Integration of SCST in the mainstream Linux kernel
Alexey Dobriyan
Re: [2.6.22.2 review 09/84] Fix rfkill IRQ flags.
Michal Nazarewicz
Re: [PATCH] USB: Gadget: g_multi: added INF file for gadget with multiple configur...
Jesse Barnes
Re: PCI probing changes
git
:
Jakub Narebski
Re: GSoC 2008 - Mentors Wanted!
Jan Harkes
Re: git-svn and huge data and modifying the git-svn-HEAD branch directly
Andy Parkins
git-fetch fails with error code 128
Marcus Griep
Re: [PATCH 1/3] Git.pm: Add faculties to allow temp files to be cached
Junio C Hamano
Re: [JGIT PATCH 2/2] Decrease the fetch pack client buffer to the lower minimum
git-commits-head
:
Linux Kernel Mailing List
ARM: 5970/1: nomadik-gpio: fix spinlock usage
Linux Kernel Mailing List
sh-sci: update receive error handling for muxed irqs
Linux Kernel Mailing List
No need to do lock_super() for exclusion in generic_shutdown_super()
Linux Kernel Mailing List
x86, msr: Export the register-setting MSR functions via /dev/*/msr
Linux Kernel Mailing List
Input: gpio-keys - add support for disabling gpios through sysfs
linux-netdev
:
Eric Dumazet
[PATCH] net: ALIGN/PTR_ALIGN cleanup in alloc_netdev_mq()/netdev_priv()
Patrick McHardy
[NET_SCHED]: sch_ingress: remove netfilter support
Rose, Gregory V
RE: __bad_udelay in network driver breaks build
Patrick McHardy
Re: no reassembly for outgoing packets on RAW socket
Frans Pop
svc: failed to register lockdv1 RPC service (errno 97).
openbsd-misc
:
ropers
Re: Real men don't attack straw men
elitdostlar
Seks partneri arayan bayanlar bu adreste - 8878xs706x6438
Marcus Andree
Re: This is what Linus Torvalds calls openBSD crowd
Lars D. Noodén
Re: sshd.config and AllowUsers
Henning Brauer
Re: Sun Blade 1000?
Colocation donated by:
Syndicate