diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2023-06-18 16:25:22 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2023-06-18 16:25:22 +0000 |
commit | b6a3afe38aab2279b0224df5116bb455169fc958 (patch) | |
tree | 59119ae096a2dd5cb07c5a520367f000a598bd8d /sys/arch | |
parent | 9a16f2f5c7fc937920fe346ea0d40ba5eaa58ba0 (diff) |
Remove spurious comment.
ok patrick@
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/arm64/dev/agintc.c | 4 |
1 files changed, 1 insertions, 3 deletions
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 <drahn@dalerahn.com> * Copyright (c) 2018 Mark Kettenis <kettenis@openbsd.org> @@ -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. */ |