The branch main has been updated by emaste:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=5b732ae8332b2bad256016569c0ead6d918bdf79

commit 5b732ae8332b2bad256016569c0ead6d918bdf79
Author:     Ed Maste <[email protected]>
AuthorDate: 2023-09-26 13:27:14 +0000
Commit:     Ed Maste <[email protected]>
CommitDate: 2023-09-26 13:29:18 +0000

    kernel: remove unused HWPMC_MIPS_BACKTRACE option
    
    MIPS was removed before FreeBSD 13.
    
    Reported by:    andrew
---
 sys/conf/options | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sys/conf/options b/sys/conf/options
index ae94d1b60492..840f6a9dfffc 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -890,7 +890,6 @@ DCONS_FORCE_GDB             opt_dcons.h
 # HWPMC options
 HWPMC_DEBUG            opt_global.h
 HWPMC_HOOKS
-HWPMC_MIPS_BACKTRACE   opt_hwpmc_hooks.h
 
 # 802.11 support layer
 IEEE80211_DEBUG                opt_wlan.h

Reply via email to