Re: [PATCH v2 2/3] arm64/sve: Factor out FPSIMD to SVE state conversion
Catalin Marinas <[email protected]>
| Newsgroups | gmane.comp.gdb.devel,gmane.linux.ports.arm.kernel |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Jun 12, 2019 at 05:00:33PM +0100, Dave P Martin wrote: > Currently we convert from FPSIMD to SVE register state in memory in > two places. > > To ease future maintenance, let's consolidate this in one place. > > Signed-off-by: Dave Martin <[email protected]> Now that we are at 5.3-rc1 and Will is queuing fixes, he can take this patch as well (I didn't queue it for the merging window because of a dependency on the first patch). Acked-by: Catalin Marinas <[email protected]>