artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41c0512
)
remove unused CONCAT define
author
jsg
<jsg@openbsd.org>
Fri, 7 Jun 2024 06:26:23 +0000
(06:26 +0000)
committer
jsg
<jsg@openbsd.org>
Fri, 7 Jun 2024 06:26:23 +0000
(06:26 +0000)
sys/arch/amd64/amd64/intr.c
patch
|
blob
|
history
diff --git
a/sys/arch/amd64/amd64/intr.c
b/sys/arch/amd64/amd64/intr.c
index
5865f0b
..
dcef658
100644
(file)
--- a/
sys/arch/amd64/amd64/intr.c
+++ b/
sys/arch/amd64/amd64/intr.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: intr.c,v 1.5
8 2024/05/29 12:21:33 kettenis Exp $
*/
+/* $OpenBSD: intr.c,v 1.5
9 2024/06/07 06:26:23 jsg Exp $
*/
/* $NetBSD: intr.c,v 1.3 2003/03/03 22:16:20 fvdl Exp $ */
/*
@@
-559,8
+559,6
@@
intr_handler(struct intrframe *frame, struct intrhand *ih)
return rc;
}
-#define CONCAT(x,y) __CONCAT(x,y)
-
/*
* Fake interrupt handler structures for the benefit of symmetry with
* other interrupt sources, and the benefit of intr_calculatemasks()