Searched hist:"410 bccf978819394669dede571de878f4576fd3e" (Results 1 – 2 of 2) sorted by relevance
/linux/arch/powerpc/platforms/pseries/ |
H A D | mobility.c | 410bccf978819394669dede571de878f4576fd3e Fri Sep 10 11:42:36 CEST 2010 Nathan Fontenot <nfont@austin.ibm.com> powerpc/pseries: Partition migration in the kernel
Enable partition migration in the kernel. To do this a new sysfs file, /sys/kernel/mobility/migration, is created. In order to initiate a migration the stream id (generated by the HMC managing the system) is written to this file.
After a migration occurs, and what is the majority of this code, the device tree needs to be updated for the new system the partition is running on. This is done via the ibm,update-nodes and ibm,update-properties rtas calls which return information regarding which nodes and properties of the device tree are to be added/removed/updated.
Signed-off-by: Nathan Fontenot <nfont@austin.ibm.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
|
H A D | Makefile | diff 410bccf978819394669dede571de878f4576fd3e Fri Sep 10 11:42:36 CEST 2010 Nathan Fontenot <nfont@austin.ibm.com> powerpc/pseries: Partition migration in the kernel
Enable partition migration in the kernel. To do this a new sysfs file, /sys/kernel/mobility/migration, is created. In order to initiate a migration the stream id (generated by the HMC managing the system) is written to this file.
After a migration occurs, and what is the majority of this code, the device tree needs to be updated for the new system the partition is running on. This is done via the ibm,update-nodes and ibm,update-properties rtas calls which return information regarding which nodes and properties of the device tree are to be added/removed/updated.
Signed-off-by: Nathan Fontenot <nfont@austin.ibm.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
|