s390: Purge stale comment

Signed-off-by: Dmitry Safonov <dima@arista.com>
This commit is contained in:
Dmitry Safonov 2021-02-26 03:09:01 +00:00 committed by Andrei Vagin
parent 24f57c68d9
commit fc1fefd6e4

View file

@ -717,14 +717,6 @@ unsigned long compel_task_size(void)
/*
* Get task registers (overwrites weak function)
*
* We don't store floating point and vector registers here because we
* assue that compel/pie code does not change them.
*
* For verification issue:
*
* $ objdump -S criu/pie/parasite.built-in.bin.o | grep "%f"
* $ objdump -S criu/pie/restorer.built-in.bin.o | grep "%f"
*/
int ptrace_get_regs(int pid, user_regs_struct_t *regs)
{