From: Dominik Brodowski <linux-X3ehHDuj6sIIGcDfoQAp7BvVK+yQ3ZXh@public.gmane.org>
To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org,
len.brown-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org
Subject: [PATCHES] split up processor.c into pieces
Date: Sat, 27 Nov 2004 16:56:18 +0100 [thread overview]
Message-ID: <20041127155618.GA3608@dominikbrodowski.de> (raw)
The following patches against 2.6.10-rc2-mm3 split up drivers/acpi/processor.c
into better manageable pieces. Also a small improvement to the throttling
subsystem is appended.
The individual patches are available at the place listed below. Oh, and I know that
applying 01 and 02 will break if !CONFIG_CPU_FREQ, but that's fixed in 03 and I'm too
lazy to re-diff as I think all these patches (or at least 01 to 05) should be applied
at the same time.
Please test and apply,
Dominik
http://www.brodo.de/patches/2004-11-27/01-acpi-20041127-processor-splitup-perflib
Split the ACPI Processor P-States library into a different file
drivers/acpi/Makefile | 7
drivers/acpi/processor.c | 644 -------------------------------------
drivers/acpi/processor_perflib.c | 666 +++++++++++++++++++++++++++++++++++++++
include/acpi/processor.h | 25 +
4 files changed, 700 insertions(+), 642 deletions(-)
http://www.brodo.de/patches/2004-11-27/02-acpi-20041127-processor-splitup-throttling
Split the ACPI Processor T-States handling into a different file
drivers/acpi/Makefile | 2
drivers/acpi/processor.c | 314 --------------------------------
drivers/acpi/processor_throttling.c | 351 ++++++++++++++++++++++++++++++++++++
include/acpi/processor.h | 22 ++
4 files changed, 375 insertions(+), 314 deletions(-)
http://www.brodo.de/patches/2004-11-27/03-acpi-20041127-processor-splitup-idle
Split the ACPI Processor C-States handling into a different file
drivers/acpi/Makefile | 4
drivers/acpi/processor.c | 586 ---------------------------------------
drivers/acpi/processor_idle.c | 629 ++++++++++++++++++++++++++++++++++++++++++
include/acpi/processor.h | 8
4 files changed, 641 insertions(+), 586 deletions(-)
http://www.brodo.de/patches/2004-11-27/04-acpi-20041127-processor-splitup-thermal
Split the ACPI Processor passive cooling code into a different file
drivers/acpi/Makefile | 3
drivers/acpi/processor.c | 362 ----------------------------------
drivers/acpi/processor_thermal.c | 406 +++++++++++++++++++++++++++++++++++++++
include/acpi/processor.h | 19 +
4 files changed, 429 insertions(+), 361 deletions(-)
http://www.brodo.de/patches/2004-11-27/05-acpi-20041127-processor-splitup-core
Finalize the splitting of processor.c by moving the rest to processor_core.c
drivers/acpi/Makefile | 8
drivers/acpi/processor.c | 1046 ------------------------------------------
drivers/acpi/processor_core.c | 1046 ++++++++++++++++++++++++++++++++++++++++++
3 files changed, 1050 insertions(+), 1050 deletions(-)
http://www.brodo.de/patches/2004-11-27/06-acpi-20041127-throttling-disableirqsforshorterperiods
Shorten the times IRQs are disabled in throttling. During calculations
no disabling is necessary.
drivers/acpi/processor_throttling.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
next reply other threads:[~2004-11-27 15:56 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-11-27 15:56 Dominik Brodowski [this message]
[not found] ` <20041127155618.GA3608-X3ehHDuj6sIIGcDfoQAp7BvVK+yQ3ZXh@public.gmane.org>
2004-12-22 4:10 ` [PATCHES] split up processor.c into pieces Len Brown
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20041127155618.GA3608@dominikbrodowski.de \
--to=linux-x3ehhduj6siigcdfoqap7bvvk+yq3zxh@public.gmane.org \
--cc=acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
--cc=len.brown-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox