[PATCH 2/3] powerpc/mm: Rename hpte_init_lpar() & put fallback in a header
Michael Ellerman
mpe at ellerman.id.au
Wed Jul 27 10:27:53 AEST 2016
Benjamin Herrenschmidt <benh at kernel.crashing.org> writes:
> On Mon, 2016-07-25 at 20:36 +1000, Michael Ellerman wrote:
>> That would be nice, but these look fishy at least:
>>
>> arch/powerpc/platforms/cell/spu_manage.c: if (!firmware_has_feature(FW_FEATURE_LPAR))
>> arch/powerpc/platforms/cell/spu_manage.c: if (!firmware_has_feature(FW_FEATURE_LPAR)) {
>> > arch/powerpc/platforms/cell/spu_manage.c: if (!firmware_has_feature(FW_FEATURE_LPAR))
>
> Those can just be checks for LV1, I think ..
Yeah they can now.
Previously we had BEAT (the celleb HV), but now that's gone we can
switch those to LV1.
>> > arch/powerpc/platforms/pasemi/iommu.c: !firmware_has_feature(FW_FEATURE_LPAR)) {
>> drivers/net/ethernet/pasemi/pasemi_mac.c: return firmware_has_feature(FW_FEATURE_LPAR);
>
> And that was some experiemtal PAPR'ish thing wasn't it ?
Not sure, it was news to me that pasemi ever had any HV support.
cheers
More information about the Linuxppc-dev
mailing list