[PATCH 2/3] sysfs cpu probe/release files

2009-11-24 Thread Nathan Fontenot
Create new probe and release sysfs files to facilitate adding and removing cpus from the system. This also creates the powerpc specific stubs to handle the arch callouts from writes to the sysfs files. The creation and use of these files is regulated by the CONFIG_ARCH_CPU_PROBE_RELEASE option

Re: [PATCH 2/3] sysfs cpu probe/release files

2009-11-24 Thread Paul Mackerras
Nathan Fontenot writes: Create new probe and release sysfs files to facilitate adding and removing cpus from the system. This also creates the powerpc specific stubs to handle the arch callouts from writes to the sysfs files. The creation and use of these files is regulated by the