Re: [RFC PATCH 2/3] powerpc/pci: Remove MVE code

2023-06-20 Thread Michael Ellerman
Joel Stanley writes: > With IODA1 support gone the OPAL calls to set MVE are dead code. Remove > them. > > TODO: Do we have rules for removing unused OPAL APIs? Should we leave it > in opal.h? opal-call.c? I don't think we have any rules for removal. When skiboot was being actively developed Ste

[RFC PATCH 2/3] powerpc/pci: Remove MVE code

2023-06-12 Thread Joel Stanley
With IODA1 support gone the OPAL calls to set MVE are dead code. Remove them. TODO: Do we have rules for removing unused OPAL APIs? Should we leave it in opal.h? opal-call.c? Signed-off-by: Joel Stanley --- arch/powerpc/include/asm/opal.h| 3 --- arch/powerpc/platforms/powernv/opal