artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02afa16
)
Remove spurious comment.
author
kettenis
<kettenis@openbsd.org>
Sun, 18 Jun 2023 16:25:21 +0000
(16:25 +0000)
committer
kettenis
<kettenis@openbsd.org>
Sun, 18 Jun 2023 16:25:21 +0000
(16:25 +0000)
ok patrick@
sys/arch/arm64/dev/agintc.c
patch
|
blob
|
history
diff --git
a/sys/arch/arm64/dev/agintc.c
b/sys/arch/arm64/dev/agintc.c
index
d04651c
..
d725ed7
100644
(file)
--- 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. */