summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2022-06-24 18:21:08 +0100
committerWill Deacon <will@kernel.org>2022-06-27 10:28:12 +0100
commitdf07443f477a7ebd36c2f21705419979b9865c9f (patch)
tree0d013eba6dbfcd669065afd26b5c399db8ab7dbf /tools/perf/scripts/python/bin
parentd69d564964872f52c4a8f0db172d842eaf3b84cf (diff)
downloadkernel-df07443f477a7ebd36c2f21705419979b9865c9f.tar.gz
arm64/signal: Clean up SVE/SME feature checking inconsistency
Currently when restoring signal state we check to see if SVE is supported in restore_sigframe() but check to see if SVE is supported inside restore_sve_fpsimd_context(). This makes no real difference since SVE is always supported in systems with SME but looks a bit untidy and makes things slightly harder to follow, move the SVE check next to the SME one in restore_sve_fpsimd_context(). Signed-off-by: Mark Brown <broonie@kernel.org> Link: https://lore.kernel.org/r/20220624172108.555000-1-broonie@kernel.org Signed-off-by: Will Deacon <will@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
viceJean-Jacques Hiblot 2016-04-13spi: spi-ti-qspi: Handle truncated frames properlyBen Hutchings 2016-04-13spi: spi-ti-qspi: Fix FLEN and WLEN settings if bits_per_word is overriddenBen Hutchings 2016-02-09spi: spi-ti-qspi: add mmap mode read supportVignesh R 2015-11-04Merge remote-tracking branches 'spi/topic/s3c64xx', 'spi/topic/ti-qspi' and '...Mark Brown 2015-10-30spi: ti-qspi: improve ->remove() callbackFelipe Balbi 2015-10-16spi: spi-ti-qspi: switch to polling mode for better r/w performanceVignesh R 2015-10-12spi: ti-qspi: Fix data corruption seen on r/w stress testVignesh R 2015-08-20spi: ti-qspi: use 128 bit transfer mode where possibleVignesh R 2015-02-21drivers: spi: ti-qspi: wait for busy bit clear before data write/readMugunthan V N 2015-02-05spi: ti-qspi: cleanup wait_for_completion return handlingNicholas Mc Guire