/openbmc/linux/arch/powerpc/platforms/pseries/ |
H A D | papr_platform_attributes.c | diff 46d60bdb1283bb0f22d9480e2d6c972623cb4182 Fri May 06 04:14:24 CDT 2022 Christophe Leroy <christophe.leroy@csgroup.eu> powerpc: Include asm/firmware.h in all users of firmware_has_feature()
Trying to remove asm/ppc_asm.h from all places that don't need it leads to several failures linked to firmware_has_feature().
To fix it, include asm/firmware.h in all files using firmware_has_feature()
All users found with:
git grep -L "firmware\.h" ` git grep -l "firmware_has_feature("`
Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/11956ec181a034b51a881ac9c059eea72c679a73.1651828453.git.christophe.leroy@csgroup.eu
|
H A D | vas.c | diff 46d60bdb1283bb0f22d9480e2d6c972623cb4182 Fri May 06 04:14:24 CDT 2022 Christophe Leroy <christophe.leroy@csgroup.eu> powerpc: Include asm/firmware.h in all users of firmware_has_feature()
Trying to remove asm/ppc_asm.h from all places that don't need it leads to several failures linked to firmware_has_feature().
To fix it, include asm/firmware.h in all files using firmware_has_feature()
All users found with:
git grep -L "firmware\.h" ` git grep -l "firmware_has_feature("`
Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/11956ec181a034b51a881ac9c059eea72c679a73.1651828453.git.christophe.leroy@csgroup.eu
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | dawr.c | diff 46d60bdb1283bb0f22d9480e2d6c972623cb4182 Fri May 06 04:14:24 CDT 2022 Christophe Leroy <christophe.leroy@csgroup.eu> powerpc: Include asm/firmware.h in all users of firmware_has_feature()
Trying to remove asm/ppc_asm.h from all places that don't need it leads to several failures linked to firmware_has_feature().
To fix it, include asm/firmware.h in all files using firmware_has_feature()
All users found with:
git grep -L "firmware\.h" ` git grep -l "firmware_has_feature("`
Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/11956ec181a034b51a881ac9c059eea72c679a73.1651828453.git.christophe.leroy@csgroup.eu
|
/openbmc/linux/arch/powerpc/kexec/ |
H A D | core.c | diff 46d60bdb1283bb0f22d9480e2d6c972623cb4182 Fri May 06 04:14:24 CDT 2022 Christophe Leroy <christophe.leroy@csgroup.eu> powerpc: Include asm/firmware.h in all users of firmware_has_feature()
Trying to remove asm/ppc_asm.h from all places that don't need it leads to several failures linked to firmware_has_feature().
To fix it, include asm/firmware.h in all files using firmware_has_feature()
All users found with:
git grep -L "firmware\.h" ` git grep -l "firmware_has_feature("`
Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/11956ec181a034b51a881ac9c059eea72c679a73.1651828453.git.christophe.leroy@csgroup.eu
|
/openbmc/linux/arch/powerpc/mm/book3s64/ |
H A D | pkeys.c | diff 46d60bdb1283bb0f22d9480e2d6c972623cb4182 Fri May 06 04:14:24 CDT 2022 Christophe Leroy <christophe.leroy@csgroup.eu> powerpc: Include asm/firmware.h in all users of firmware_has_feature()
Trying to remove asm/ppc_asm.h from all places that don't need it leads to several failures linked to firmware_has_feature().
To fix it, include asm/firmware.h in all files using firmware_has_feature()
All users found with:
git grep -L "firmware\.h" ` git grep -l "firmware_has_feature("`
Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/11956ec181a034b51a881ac9c059eea72c679a73.1651828453.git.christophe.leroy@csgroup.eu
|
H A D | hash_pgtable.c | diff 46d60bdb1283bb0f22d9480e2d6c972623cb4182 Fri May 06 04:14:24 CDT 2022 Christophe Leroy <christophe.leroy@csgroup.eu> powerpc: Include asm/firmware.h in all users of firmware_has_feature()
Trying to remove asm/ppc_asm.h from all places that don't need it leads to several failures linked to firmware_has_feature().
To fix it, include asm/firmware.h in all files using firmware_has_feature()
All users found with:
git grep -L "firmware\.h" ` git grep -l "firmware_has_feature("`
Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/11956ec181a034b51a881ac9c059eea72c679a73.1651828453.git.christophe.leroy@csgroup.eu
|
/openbmc/linux/arch/powerpc/include/asm/book3s/64/ |
H A D | hugetlb.h | diff 46d60bdb1283bb0f22d9480e2d6c972623cb4182 Fri May 06 04:14:24 CDT 2022 Christophe Leroy <christophe.leroy@csgroup.eu> powerpc: Include asm/firmware.h in all users of firmware_has_feature()
Trying to remove asm/ppc_asm.h from all places that don't need it leads to several failures linked to firmware_has_feature().
To fix it, include asm/firmware.h in all files using firmware_has_feature()
All users found with:
git grep -L "firmware\.h" ` git grep -l "firmware_has_feature("`
Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/11956ec181a034b51a881ac9c059eea72c679a73.1651828453.git.christophe.leroy@csgroup.eu
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | mman.h | diff 46d60bdb1283bb0f22d9480e2d6c972623cb4182 Fri May 06 04:14:24 CDT 2022 Christophe Leroy <christophe.leroy@csgroup.eu> powerpc: Include asm/firmware.h in all users of firmware_has_feature()
Trying to remove asm/ppc_asm.h from all places that don't need it leads to several failures linked to firmware_has_feature().
To fix it, include asm/firmware.h in all files using firmware_has_feature()
All users found with:
git grep -L "firmware\.h" ` git grep -l "firmware_has_feature("`
Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/11956ec181a034b51a881ac9c059eea72c679a73.1651828453.git.christophe.leroy@csgroup.eu
|
H A D | interrupt.h | diff 46d60bdb1283bb0f22d9480e2d6c972623cb4182 Fri May 06 04:14:24 CDT 2022 Christophe Leroy <christophe.leroy@csgroup.eu> powerpc: Include asm/firmware.h in all users of firmware_has_feature()
Trying to remove asm/ppc_asm.h from all places that don't need it leads to several failures linked to firmware_has_feature().
To fix it, include asm/firmware.h in all files using firmware_has_feature()
All users found with:
git grep -L "firmware\.h" ` git grep -l "firmware_has_feature("`
Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/11956ec181a034b51a881ac9c059eea72c679a73.1651828453.git.christophe.leroy@csgroup.eu
|
H A D | cputime.h | diff 46d60bdb1283bb0f22d9480e2d6c972623cb4182 Fri May 06 04:14:24 CDT 2022 Christophe Leroy <christophe.leroy@csgroup.eu> powerpc: Include asm/firmware.h in all users of firmware_has_feature()
Trying to remove asm/ppc_asm.h from all places that don't need it leads to several failures linked to firmware_has_feature().
To fix it, include asm/firmware.h in all files using firmware_has_feature()
All users found with:
git grep -L "firmware\.h" ` git grep -l "firmware_has_feature("`
Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/11956ec181a034b51a881ac9c059eea72c679a73.1651828453.git.christophe.leroy@csgroup.eu
|
H A D | prom.h | diff 46d60bdb1283bb0f22d9480e2d6c972623cb4182 Fri May 06 04:14:24 CDT 2022 Christophe Leroy <christophe.leroy@csgroup.eu> powerpc: Include asm/firmware.h in all users of firmware_has_feature()
Trying to remove asm/ppc_asm.h from all places that don't need it leads to several failures linked to firmware_has_feature().
To fix it, include asm/firmware.h in all files using firmware_has_feature()
All users found with:
git grep -L "firmware\.h" ` git grep -l "firmware_has_feature("`
Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/11956ec181a034b51a881ac9c059eea72c679a73.1651828453.git.christophe.leroy@csgroup.eu
|
/openbmc/linux/arch/powerpc/kvm/ |
H A D | book3s_hv_nested.c | diff 46d60bdb1283bb0f22d9480e2d6c972623cb4182 Fri May 06 04:14:24 CDT 2022 Christophe Leroy <christophe.leroy@csgroup.eu> powerpc: Include asm/firmware.h in all users of firmware_has_feature()
Trying to remove asm/ppc_asm.h from all places that don't need it leads to several failures linked to firmware_has_feature().
To fix it, include asm/firmware.h in all files using firmware_has_feature()
All users found with:
git grep -L "firmware\.h" ` git grep -l "firmware_has_feature("`
Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/11956ec181a034b51a881ac9c059eea72c679a73.1651828453.git.christophe.leroy@csgroup.eu
|
H A D | book3s_64_mmu_radix.c | diff 46d60bdb1283bb0f22d9480e2d6c972623cb4182 Fri May 06 04:14:24 CDT 2022 Christophe Leroy <christophe.leroy@csgroup.eu> powerpc: Include asm/firmware.h in all users of firmware_has_feature()
Trying to remove asm/ppc_asm.h from all places that don't need it leads to several failures linked to firmware_has_feature().
To fix it, include asm/firmware.h in all files using firmware_has_feature()
All users found with:
git grep -L "firmware\.h" ` git grep -l "firmware_has_feature("`
Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/11956ec181a034b51a881ac9c059eea72c679a73.1651828453.git.christophe.leroy@csgroup.eu
|
/openbmc/linux/arch/powerpc/mm/ |
H A D | hugetlbpage.c | diff 46d60bdb1283bb0f22d9480e2d6c972623cb4182 Fri May 06 04:14:24 CDT 2022 Christophe Leroy <christophe.leroy@csgroup.eu> powerpc: Include asm/firmware.h in all users of firmware_has_feature()
Trying to remove asm/ppc_asm.h from all places that don't need it leads to several failures linked to firmware_has_feature().
To fix it, include asm/firmware.h in all files using firmware_has_feature()
All users found with:
git grep -L "firmware\.h" ` git grep -l "firmware_has_feature("`
Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/11956ec181a034b51a881ac9c059eea72c679a73.1651828453.git.christophe.leroy@csgroup.eu
|