FreeBSD Bugzilla – Attachment 79908 Details for
Bug 114722
[acpi] [patch] Nearly duplicate p-state entries reported
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 608 bytes, created by
Bryan Venteicher
on 2007-07-19 06:10:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Bryan Venteicher
Created:
2007-07-19 06:10:01 UTC
Size:
608 bytes
patch
obsolete
>--- acpi_perf.c.old 2007-07-18 23:49:28.659122750 -0500 >+++ acpi_perf.c 2007-07-18 23:48:45.651093335 -0500 >@@ -301,8 +301,8 @@ > > /* Check for duplicate entries */ > if (count > 0 && >- sc->px_states[count - 1].core_freq == >- sc->px_states[count].core_freq) >+ CPUFREQ_CMP(sc->px_states[count - 1].core_freq, >+ sc->px_states[count].core_freq)) > continue; > > count++; >@@ -593,4 +593,3 @@ > *type |= CPUFREQ_FLAG_INFO_ONLY; > return (0); > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 114722
: 79908