Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Feb 2023 16:20:18 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 862dd0d21400 - main - mmc: purge EOL release compatibility
Message-ID:  <202302041620.314GKIoR013414@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/src/commit/?id=862dd0d214005be4747e059d85950355783712cf

commit 862dd0d214005be4747e059d85950355783712cf
Author:     Elliott Mitchell <ehem+freebsd@m5p.com>
AuthorDate: 2022-06-23 00:53:47 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-02-04 16:11:13 +0000

    mmc: purge EOL release compatibility
    
    Remove support for FreeBSD 7 needed for a product that's not shipped
    FreeBSD 7 in ~15 years....
    
    Reviewed by: imp
    Pull Request: https://github.com/freebsd/freebsd-src/pull/603
    Differential Revision: https://reviews.freebsd.org/D35560
---
 sys/dev/mmc/mmcsd.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/sys/dev/mmc/mmcsd.c b/sys/dev/mmc/mmcsd.c
index 225088364ef8..b227859c3cb6 100644
--- a/sys/dev/mmc/mmcsd.c
+++ b/sys/dev/mmc/mmcsd.c
@@ -87,11 +87,6 @@ __FBSDID("$FreeBSD$");
 
 #include "mmcbus_if.h"
 
-#if __FreeBSD_version < 800002
-#define	kproc_create	kthread_create
-#define	kproc_exit	kthread_exit
-#endif
-
 #define	MMCSD_CMD_RETRIES	5
 
 #define	MMCSD_FMT_BOOT		"mmcsd%dboot"



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