/openbmc/linux/arch/powerpc/platforms/pseries/ |
H A D | rtas-fadump.c | diff e14ff96d08f0ade9dd33081d909ad65a02a858c1 Thu Dec 16 16:00:27 CST 2021 Nick Child <nick.child@ibm.com> powerpc/pseries: Add __init attribute to eligible functions
Some functions defined in 'arch/powerpc/platforms/pseries' are deserving of an `__init` macro attribute. These functions are only called by other initialization functions and therefore should inherit the attribute. Also, change function declarations in header files to include `__init`.
Signed-off-by: Nick Child <nick.child@ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20211216220035.605465-13-nick.child@ibm.com
|
H A D | event_sources.c | diff e14ff96d08f0ade9dd33081d909ad65a02a858c1 Thu Dec 16 16:00:27 CST 2021 Nick Child <nick.child@ibm.com> powerpc/pseries: Add __init attribute to eligible functions
Some functions defined in 'arch/powerpc/platforms/pseries' are deserving of an `__init` macro attribute. These functions are only called by other initialization functions and therefore should inherit the attribute. Also, change function declarations in header files to include `__init`.
Signed-off-by: Nick Child <nick.child@ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20211216220035.605465-13-nick.child@ibm.com
|
H A D | vas.c | diff e14ff96d08f0ade9dd33081d909ad65a02a858c1 Thu Dec 16 16:00:27 CST 2021 Nick Child <nick.child@ibm.com> powerpc/pseries: Add __init attribute to eligible functions
Some functions defined in 'arch/powerpc/platforms/pseries' are deserving of an `__init` macro attribute. These functions are only called by other initialization functions and therefore should inherit the attribute. Also, change function declarations in header files to include `__init`.
Signed-off-by: Nick Child <nick.child@ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20211216220035.605465-13-nick.child@ibm.com
|
H A D | vio.c | diff e14ff96d08f0ade9dd33081d909ad65a02a858c1 Thu Dec 16 16:00:27 CST 2021 Nick Child <nick.child@ibm.com> powerpc/pseries: Add __init attribute to eligible functions
Some functions defined in 'arch/powerpc/platforms/pseries' are deserving of an `__init` macro attribute. These functions are only called by other initialization functions and therefore should inherit the attribute. Also, change function declarations in header files to include `__init`.
Signed-off-by: Nick Child <nick.child@ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20211216220035.605465-13-nick.child@ibm.com
|
H A D | pseries.h | diff e14ff96d08f0ade9dd33081d909ad65a02a858c1 Thu Dec 16 16:00:27 CST 2021 Nick Child <nick.child@ibm.com> powerpc/pseries: Add __init attribute to eligible functions
Some functions defined in 'arch/powerpc/platforms/pseries' are deserving of an `__init` macro attribute. These functions are only called by other initialization functions and therefore should inherit the attribute. Also, change function declarations in header files to include `__init`.
Signed-off-by: Nick Child <nick.child@ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20211216220035.605465-13-nick.child@ibm.com
|
H A D | lpar.c | diff e14ff96d08f0ade9dd33081d909ad65a02a858c1 Thu Dec 16 16:00:27 CST 2021 Nick Child <nick.child@ibm.com> powerpc/pseries: Add __init attribute to eligible functions
Some functions defined in 'arch/powerpc/platforms/pseries' are deserving of an `__init` macro attribute. These functions are only called by other initialization functions and therefore should inherit the attribute. Also, change function declarations in header files to include `__init`.
Signed-off-by: Nick Child <nick.child@ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20211216220035.605465-13-nick.child@ibm.com
|
H A D | iommu.c | diff e14ff96d08f0ade9dd33081d909ad65a02a858c1 Thu Dec 16 16:00:27 CST 2021 Nick Child <nick.child@ibm.com> powerpc/pseries: Add __init attribute to eligible functions
Some functions defined in 'arch/powerpc/platforms/pseries' are deserving of an `__init` macro attribute. These functions are only called by other initialization functions and therefore should inherit the attribute. Also, change function declarations in header files to include `__init`.
Signed-off-by: Nick Child <nick.child@ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20211216220035.605465-13-nick.child@ibm.com
|
H A D | setup.c | diff e14ff96d08f0ade9dd33081d909ad65a02a858c1 Thu Dec 16 16:00:27 CST 2021 Nick Child <nick.child@ibm.com> powerpc/pseries: Add __init attribute to eligible functions
Some functions defined in 'arch/powerpc/platforms/pseries' are deserving of an `__init` macro attribute. These functions are only called by other initialization functions and therefore should inherit the attribute. Also, change function declarations in header files to include `__init`.
Signed-off-by: Nick Child <nick.child@ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20211216220035.605465-13-nick.child@ibm.com
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | setup.h | diff e14ff96d08f0ade9dd33081d909ad65a02a858c1 Thu Dec 16 16:00:27 CST 2021 Nick Child <nick.child@ibm.com> powerpc/pseries: Add __init attribute to eligible functions
Some functions defined in 'arch/powerpc/platforms/pseries' are deserving of an `__init` macro attribute. These functions are only called by other initialization functions and therefore should inherit the attribute. Also, change function declarations in header files to include `__init`.
Signed-off-by: Nick Child <nick.child@ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20211216220035.605465-13-nick.child@ibm.com
|
H A D | iommu.h | diff e14ff96d08f0ade9dd33081d909ad65a02a858c1 Thu Dec 16 16:00:27 CST 2021 Nick Child <nick.child@ibm.com> powerpc/pseries: Add __init attribute to eligible functions
Some functions defined in 'arch/powerpc/platforms/pseries' are deserving of an `__init` macro attribute. These functions are only called by other initialization functions and therefore should inherit the attribute. Also, change function declarations in header files to include `__init`.
Signed-off-by: Nick Child <nick.child@ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20211216220035.605465-13-nick.child@ibm.com
|
/openbmc/linux/arch/powerpc/include/asm/book3s/64/ |
H A D | mmu.h | diff e14ff96d08f0ade9dd33081d909ad65a02a858c1 Thu Dec 16 16:00:27 CST 2021 Nick Child <nick.child@ibm.com> powerpc/pseries: Add __init attribute to eligible functions
Some functions defined in 'arch/powerpc/platforms/pseries' are deserving of an `__init` macro attribute. These functions are only called by other initialization functions and therefore should inherit the attribute. Also, change function declarations in header files to include `__init`.
Signed-off-by: Nick Child <nick.child@ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20211216220035.605465-13-nick.child@ibm.com
|