From 3ed2794f59b7fc73bb819f0fb79ed46f1e204773 Mon Sep 17 00:00:00 2001 From: Alexey Kardashevskiy Date: Thu, 3 Jun 2021 19:20:25 +1000 Subject: executor/common_kvm_ppc64: header comment cleanup Signed-off-by: Alexey Kardashevskiy --- executor/common_kvm_ppc64.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'executor') diff --git a/executor/common_kvm_ppc64.h b/executor/common_kvm_ppc64.h index f03ce42df..816c432e8 100644 --- a/executor/common_kvm_ppc64.h +++ b/executor/common_kvm_ppc64.h @@ -4,8 +4,6 @@ // This file is shared between executor and csource package. // Implementation of syz_kvm_setup_cpu pseudo-syscall. -// See Intel Software Developer’s Manual Volume 3: System Programming Guide -// for details on what happens here. #include "kvm.h" -- cgit mrf-deployment