Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Oct 2022 15:04:26 GMT
From:      Mitchell Horne <mhorne@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 6f4c938b2b8e - main - riscv: drop a dead declaration
Message-ID:  <202210201504.29KF4QnJ090632@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by mhorne:

URL: https://cgit.FreeBSD.org/src/commit/?id=6f4c938b2b8e06ffa96432c2735b90fce27fa583

commit 6f4c938b2b8e06ffa96432c2735b90fce27fa583
Author:     Mitchell Horne <mhorne@FreeBSD.org>
AuthorDate: 2022-10-12 20:03:29 +0000
Commit:     Mitchell Horne <mhorne@FreeBSD.org>
CommitDate: 2022-10-20 15:01:29 +0000

    riscv: drop a dead declaration
    
    MFC after:      3 days
    Sponsored by:   The FreeBSD Foundation
---
 sys/riscv/riscv/mp_machdep.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/sys/riscv/riscv/mp_machdep.c b/sys/riscv/riscv/mp_machdep.c
index 5e8ae3db10e7..71eb9a56193e 100644
--- a/sys/riscv/riscv/mp_machdep.c
+++ b/sys/riscv/riscv/mp_machdep.c
@@ -73,8 +73,6 @@ __FBSDID("$FreeBSD$");
 
 #define	MP_BOOTSTACK_SIZE	(kstack_pages * PAGE_SIZE)
 
-boolean_t ofw_cpu_reg(phandle_t node, u_int, cell_t *);
-
 uint32_t __riscv_boot_ap[MAXCPU];
 
 static enum {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202210201504.29KF4QnJ090632>