Re: [ANNOUNCE] HotPlug CPU patch against 2.4.5

2001-06-26 Thread Greg KH
On Sat, Jun 16, 2001 at 11:29:00PM +1000, Rusty Russell wrote: > Hi all, > > http://sourceforge.net/projects/lhcs/ > > Version 0.3 (untested) of the HotPlug CPU Patch is out, with > ia64 and x86 support. Here's a patch to the patch that adds /sbin/hotplug support (sorry, I couldn't

Re: [ANNOUNCE] HotPlug CPU patch against 2.4.5

2001-06-16 Thread Alexander Viro
On Sun, 17 Jun 2001, Rusty Russell wrote: > In message <[EMAIL PROTECTED]> you write: > > In article you wrote: > > > # Up... > > > echo 1 > /proc/sys/cpu/1 > > > > Wouldn't /proc/sys/cpu//enable be better? This way other per-cpu > > sysctls could be added more ea

Re: [ANNOUNCE] HotPlug CPU patch against 2.4.5

2001-06-16 Thread Rusty Russell
In message <[EMAIL PROTECTED]> you write: > In article you wrote: > > # Up... > > echo 1 > /proc/sys/cpu/1 > > Wouldn't /proc/sys/cpu//enable be better? This way other per-cpu > sysctls could be added more easily... Yep. But rewrite the sysctl crap first to mak

Re: [ANNOUNCE] HotPlug CPU patch against 2.4.5

2001-06-16 Thread Christoph Hellwig
In article you wrote: > Hi all, > > http://sourceforge.net/projects/lhcs/ > > Version 0.3 (untested) of the HotPlug CPU Patch is out, with > ia64 and x86 support. Bringing CPUs down and up is as simple as: > > # Down... > echo 0 > /proc/sys/cpu/1 >