1. 11 7月, 2012 1 次提交
  2. 01 11月, 2011 1 次提交
  3. 13 10月, 2010 1 次提交
    • N
      powerpc/pseries: Partition migration in the kernel · 410bccf9
      Nathan Fontenot 提交于
      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: NNathan Fontenot <nfont@austin.ibm.com>
      Signed-off-by: NBenjamin Herrenschmidt <benh@kernel.crashing.org>
      410bccf9