Message ID | 20200318230145.72097-1-gshan@redhat.com (mailing list archive) |
---|---|
Headers | show |
Series | arm64: Dereference CPU operations indirectly | expand |
On Thu, Mar 19, 2020 at 10:01:41AM +1100, Gavin Shan wrote: > Gavin Shan (4): > arm64: Declare ACPI parking protocol CPU operation if needed > arm64: Rename cpu_read_ops() to init_cpu_ops() > arm64: Introduce get_cpu_ops() helper function > arm64: Remove CPU operations dereferencing array I queued the first 3 patches for 5.7, they are useful on their own as a code clean-up. I'll wait for the debate with Mark to settle on the last patch. Thanks.
On 3/25/20 4:29 AM, Catalin Marinas wrote: > On Thu, Mar 19, 2020 at 10:01:41AM +1100, Gavin Shan wrote: >> Gavin Shan (4): >> arm64: Declare ACPI parking protocol CPU operation if needed >> arm64: Rename cpu_read_ops() to init_cpu_ops() >> arm64: Introduce get_cpu_ops() helper function >> arm64: Remove CPU operations dereferencing array > > I queued the first 3 patches for 5.7, they are useful on their own as a > code clean-up. I'll wait for the debate with Mark to settle on the last > patch. > > Thanks. > Thanks, Catalin. I'm also waiting for further comments on the last patch from Mark. The patch can also be dropped if your guys think it's not needed. Anyway, please let me know :) Thanks, Gavin