From fc1fefd6e40a41dee4eead12f91d7e5d805b2510 Mon Sep 17 00:00:00 2001 From: Dmitry Safonov Date: Fri, 26 Feb 2021 03:09:01 +0000 Subject: [PATCH] s390: Purge stale comment Signed-off-by: Dmitry Safonov --- compel/arch/s390/src/lib/infect.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/compel/arch/s390/src/lib/infect.c b/compel/arch/s390/src/lib/infect.c index 557b21203..9fad61468 100644 --- a/compel/arch/s390/src/lib/infect.c +++ b/compel/arch/s390/src/lib/infect.c @@ -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) {