Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Jul 2026 14:56:08 +0000
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 451325c5e15d - stable/14 - ucode: ucode_error can be defined with static
Message-ID:  <6a564e08.3d2b2.6df7c9b4@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch stable/14 has been updated by markj:

URL: https://cgit.FreeBSD.org/src/commit/?id=451325c5e15d3dd0b385c2286984b105d2898d6f

commit 451325c5e15d3dd0b385c2286984b105d2898d6f
Author:     Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2026-05-27 20:41:15 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2026-07-14 13:02:07 +0000

    ucode: ucode_error can be defined with static
    
    MFC after:      1 week
    
    (cherry picked from commit 96256587b06cfcdbeb1789145f5e427831b3d732)
---
 sys/x86/x86/ucode.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/x86/x86/ucode.c b/sys/x86/x86/ucode.c
index 9233e9fa93a8..1064c091ee1e 100644
--- a/sys/x86/x86/ucode.c
+++ b/sys/x86/x86/ucode.c
@@ -73,7 +73,7 @@ static const void *ucode_data;
 static struct ucode_ops *ucode_loader;
 
 /* Variables used for reporting success or failure. */
-enum {
+static enum {
 	NO_ERROR,
 	NO_MATCH,
 	VERIFICATION_FAILED,


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a564e08.3d2b2.6df7c9b4>