Re: [PATCH 2/3] powerpc/mm: Rename hpte_init_lpar() & put fallback in a header
From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Date: 2016-07-25 12:11:38
From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Date: 2016-07-25 12:11:38
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)) {quoted
arch/powerpc/platforms/cell/spu_manage.c: if (!firmware_has_feature(FW_FEATURE_LPAR))
Those can just be checks for LV1, I think ..
quoted
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 ? Cheers, Ben.