commit | ad6dd0ec175012d62871a5abae984fb1a2b300cb | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@kernel.org> | Mon Jun 09 20:09:02 2025 +0100 |
committer | Mark Brown <broonie@kernel.org> | Mon Jun 09 20:09:02 2025 +0100 |
tree | 7cce33df99e903793bd37d712a4435964327fce8 | |
parent | d1bd7aab213e3e9be6e3dfbbe00181294bb20a58 [diff] |
arm64/gcs: Don't call gcs_free() during flush_gcs() Currently we call gcs_free() during flush_gcs() to reset the thread state for GCS. This includes unmapping any kernel allocated GCS, but this is redundant when doing a flush_thread() since we are reinitialisng the thread memory too. Inline the reinitialisaton of the thread struct. Signed-off-by: Mark Brown <broonie@kernel.org>