From 2136085e786f9f32ed189673fcc12aa0016992fe Mon Sep 17 00:00:00 2001 From: jca Date: Mon, 6 Apr 2026 08:13:22 +0000 Subject: [PATCH] Tweak vendor #define list to follow numerical ordering No functional change --- sys/arch/riscv64/riscv64/cpu.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/riscv64/riscv64/cpu.c b/sys/arch/riscv64/riscv64/cpu.c index f5955bcedfc..40a321b3da8 100644 --- a/sys/arch/riscv64/riscv64/cpu.c +++ b/sys/arch/riscv64/riscv64/cpu.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.c,v 1.25 2026/04/05 11:48:17 kettenis Exp $ */ +/* $OpenBSD: cpu.c,v 1.26 2026/04/06 08:13:22 jca Exp $ */ /* * Copyright (c) 2016 Dale Rahn @@ -40,9 +40,9 @@ #include /* CPU Identification */ +#define CPU_VENDOR_MIPS 0x029 #define CPU_VENDOR_ANDES 0x31e #define CPU_VENDOR_SIFIVE 0x489 -#define CPU_VENDOR_MIPS 0x029 #define CPU_VENDOR_THEAD 0x5b7 #define CPU_VENDOR_SPACEMIT 0x710