linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2 v2] speeding up cpu_up()
@ 2015-05-08  6:37 Len Brown
  2015-05-08  6:37 ` [PATCH 1/2] x86: replace cpu_up hard-coded mdelay with variable udelay Len Brown
  0 siblings, 1 reply; 11+ messages in thread
From: Len Brown @ 2015-05-08  6:37 UTC (permalink / raw)
  To: x86, linux-pm, linux-kernel

Thanks for testing, Aravind, Borislav,

I went with Ingo's suggestion to made this a quirk.
However, I went with a white-list instead of a black-list,
because fewer comparisons are needed for modern processors.
Families are added infrequently, and finally, we get the option
to stick something other than 0 in the table if it we need to.

Let me know if I got the AMD family #'s right.

thanks,
-Len Brown, Intel Open Source Technology Center


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2015-05-09  8:04 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-08  6:37 [PATCH 0/2 v2] speeding up cpu_up() Len Brown
2015-05-08  6:37 ` [PATCH 1/2] x86: replace cpu_up hard-coded mdelay with variable udelay Len Brown
2015-05-08  6:37   ` [PATCH 2/2] x86: speed cpu_up by quirking cpu_init_udelay Len Brown
2015-05-08  7:51     ` Ingo Molnar
2015-05-08  8:23       ` Borislav Petkov
2015-05-08  8:32     ` Borislav Petkov
2015-05-08 18:15       ` Len Brown
2015-05-08 18:27         ` Borislav Petkov
2015-05-09  7:22         ` Ingo Molnar
2015-05-09  7:24         ` Ingo Molnar
2015-05-09  8:04           ` Borislav Petkov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).