From 338e733618f4e9c7d2a0c1d992cc644fafcc48b1 Mon Sep 17 00:00:00 2001 From: deraadt Date: Fri, 21 May 2021 16:49:57 +0000 Subject: [PATCH] delete useless comment --- sys/arch/riscv64/include/profile.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/riscv64/include/profile.h b/sys/arch/riscv64/include/profile.h index 114728a8308..e9282042c95 100644 --- a/sys/arch/riscv64/include/profile.h +++ b/sys/arch/riscv64/include/profile.h @@ -1,4 +1,4 @@ -/* $OpenBSD: profile.h,v 1.3 2021/05/12 01:20:52 jsg Exp $ */ +/* $OpenBSD: profile.h,v 1.4 2021/05/21 16:49:57 deraadt Exp $ */ /* * Copyright (c) 2015 Dale Rahn @@ -89,4 +89,4 @@ __asm__ ("mrs %x0,daif; msr daifset, #0x2": "=r"(s)); #define MCOUNT_EXIT \ __asm__ ("msr daif, %x0":: "r"(s)); -#endif // _KERNEL +#endif -- 2.20.1