From: kettenis Date: Sun, 18 Jun 2023 16:25:21 +0000 (+0000) Subject: Remove spurious comment. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=d2f837ae6577019abe6e85d90cfacd8017d70079;p=openbsd Remove spurious comment. ok patrick@ --- diff --git a/sys/arch/arm64/dev/agintc.c b/sys/arch/arm64/dev/agintc.c index d04651c814e..d725ed7ddc4 100644 --- a/sys/arch/arm64/dev/agintc.c +++ b/sys/arch/arm64/dev/agintc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: agintc.c,v 1.49 2023/06/17 22:10:19 kettenis Exp $ */ +/* $OpenBSD: agintc.c,v 1.50 2023/06/18 16:25:21 kettenis Exp $ */ /* * Copyright (c) 2007, 2009, 2011, 2017 Dale Rahn * Copyright (c) 2018 Mark Kettenis @@ -843,8 +843,6 @@ agintc_enable_wakeup(void) cpu_dcache_wb_range((vaddr_t)&prop[irq], sizeof(*prop)); __asm volatile("dsb sy"); - - /* XXX: Invalidate cache? */ } /* Invalidate cache. */