| From: |
| Peter Zijlstra <a.p.zijlstra@chello.nl> |
| To: |
| linux-kernel@vger.kernel.org |
| Subject: |
| [PATCH -rt 0/5] hotplug fixes |
| Date: |
| Tue, 10 Jun 2008 13:12:59 +0200 |
| Message-ID: |
| <20080610111259.766940257@chello.nl> |
| Cc: |
| Ingo Molnar <mingo@elte.hu>, Thomas Gleixner <tglx@linutronix.de>,
Steven Rostedt <rostedt@goodmis.org>,
Clark Williams <williams@redhat.com>,
Gregory Haskins <ghaskins@novell.com>,
"Paul E. McKenney" <paulmck@linux.vnet.ibm.com>,
Gautham R Shenoy <ego@in.ibm.com>,
Pekka Enberg <penberg@cs.helsinki.fi>,
Arnaldo Carvalho de Melo <acme@redhat.com> |
| Archive-link: |
| Article,
Thread
|
Hi,
the following patches enable me to 'almost' build a kernel while
hotplugging like crazy.
while :; do
echo 0 > /sys/devices/system/cpu/cpu1/online;
echo 1 > /sys/devices/system/cpu/cpu1/online;
done
vs
make -j5
There still seems to be a bit of weirdness left, but I throught it time to post
these patches so that others can have a peek.
(patches against .24-rt)