kselftest/arm64: Remove validation of extra_context from TODO

When fixing up support for extra_context in the signal handling tests I
didn't notice that there is a TODO file in the directory which lists this
as a thing to be done. Since it's been done remove it from the list.

Signed-off-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20221027110324.33802-1-broonie@kernel.org
Signed-off-by: Will Deacon <will@kernel.org>
This commit is contained in:
Mark Brown 2022-10-27 12:03:24 +01:00 committed by Will Deacon
parent 3e02f57bcc
commit 2004734fb3
1 changed files with 0 additions and 1 deletions

View File

@ -1,2 +1 @@
- Validate that register contents are saved and restored as expected.
- Support and validate extra_context.