]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/pseries: Dynamic add entires to associativity lookup array
authorNathan Fontenot <nfont@linux.vnet.ibm.com>
Mon, 20 Jun 2016 14:01:38 +0000 (09:01 -0500)
committerMichael Ellerman <mpe@ellerman.id.au>
Fri, 15 Jul 2016 10:18:26 +0000 (20:18 +1000)
commit6195837f3b61808c180b72cb60fe0c57b3db3ec9
tree5bcbdd114e49606c883a6d30eb6037ac442c7edb
parentb3b2a69585a96273e16b3d0facb3bbfcdabc0467
powerpc/pseries: Dynamic add entires to associativity lookup array

Dynamically add entries to the associativity lookup array

The ibm,associativity-lookup-arrays property may only contain
associativity arrays for LMBs present at boot time. When hotplug
adding a LMB its associativity array may not be in the associativity
lookup array, this patch adds the ability to add new entries to the
associativity lookup array.

Signed-off-by: Nathan Fontenot <nfont@linux.vnet.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/platforms/pseries/hotplug-memory.c