[<prev] [next>] [day] [month] [year] [list]
Message-ID: <47697877.08aa420a.4404.ffff8bed@mx.google.com>
Date: Wed, 19 Dec 2007 20:45:51 +0100
From: Remy Bohmer <linux@...mer.net>
To: Steven Rostedt <rostedt@...dmis.org>
Cc: Arnaldo Carvalho de Melo <acme@...stprotocols.net>,
Ingo Molnar <mingo@...e.hu>,
Juergen Beisert <jbe@...gutronix.de>,
Darren Hart <dvhltc@...ibm.com>,
linux-rt-users@...r.kernel.org,
Sven-Thorsten Dietrich <sdietrich@...ell.com>,
LKML <linux-kernel@...r.kernel.org>
Subject: [patch 0/3] add kernel-cmdline support for interrupt thread
priorities (repost:CC to LKML)
Hello All,
Back in August we had a discussion about the default priorities of
IRQ-threads and softirqs, and the lack of a mechanism to configure them from
within the kernel.
(see http://www.mail-archive.com/linux-rt-users@vger.kernel.org/msg01022.html)
Here is a patchset that implements such a nice feature from the kernel cmdline,
similar to what we all agreed on, back then.
The set exist of 3 parts:
1) add a generic routine to the kernel commandline-parse-library to parse the
format of the map as we agreed on.
2) Add a __setup(irq_pmap=) routine to kernel/irq/manage.c
3) Add a __setup(sirq_pmap=) routine to kernel/softirq.c
I hope you can find the time to review this set.
Kind Regards,
Remy Bohmer
--
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists