artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f714f51
)
define _MACHINE_ARCH not _MACHINE_ARC
author
jsg
<jsg@openbsd.org>
Mon, 21 Oct 2024 22:55:52 +0000
(22:55 +0000)
committer
jsg
<jsg@openbsd.org>
Mon, 21 Oct 2024 22:55:52 +0000
(22:55 +0000)
sys/arch/riscv64/include/param.h
patch
|
blob
|
history
diff --git
a/sys/arch/riscv64/include/param.h
b/sys/arch/riscv64/include/param.h
index
39cb08e
..
627b26c
100644
(file)
--- a/
sys/arch/riscv64/include/param.h
+++ b/
sys/arch/riscv64/include/param.h
@@
-1,4
+1,4
@@
-/* $OpenBSD: param.h,v 1.
5 2023/12/14 13:26:49 claudio Exp $
*/
+/* $OpenBSD: param.h,v 1.
6 2024/10/21 22:55:52 jsg Exp $
*/
/*-
* Copyright (c) 1990 The Regents of the University of California.
@@
-43,7
+43,7
@@
#define _MACHINE riscv64
#define MACHINE "riscv64"
-#define _MACHINE_ARC
riscv64
+#define _MACHINE_ARC
H
riscv64
#define MACHINE_ARCH "riscv64"
#define MID_MACHINE MID_RISCV64