• Rob Herring's avatar
    powerpc: pseries: remove dlpar_attach_node dependency on full path · 215ee763
    Rob Herring authored
    In preparation to stop storing the full node path in full_name, remove the
    dependency on full_name from dlpar_attach_node(). Callers of
    dlpar_attach_node() already have the parent device_node, so just pass the
    parent node into dlpar_attach_node instead of the path. This avoids doing
    a lookup of the parent node by the path.
    Signed-off-by: default avatarRob Herring <robh@kernel.org>
    Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
    Cc: Paul Mackerras <paulus@samba.org>
    Cc: Michael Ellerman <mpe@ellerman.id.au>
    Cc: linuxppc-dev@lists.ozlabs.org
    Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
    215ee763
mobility.c 8.72 KB