Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F146320084
D29205.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
977 B
Referenced Files
None
Subscribers
None
D29205.id.diff
View Options
diff --git a/sys/dev/mpr/mprvar.h b/sys/dev/mpr/mprvar.h
--- a/sys/dev/mpr/mprvar.h
+++ b/sys/dev/mpr/mprvar.h
@@ -913,10 +913,6 @@
SYSCTL_DECL(_hw_mpr);
/* Compatibility shims for different OS versions */
-#define mpr_kproc_create(func, farg, proc_ptr, flags, stackpgs, fmtstr, arg) \
- kproc_create(func, farg, proc_ptr, flags, stackpgs, fmtstr, arg)
-#define mpr_kproc_exit(arg) kproc_exit(arg)
-
#if defined(CAM_PRIORITY_XPT)
#define MPR_PRIORITY_XPT CAM_PRIORITY_XPT
#else
diff --git a/sys/dev/mps/mpsvar.h b/sys/dev/mps/mpsvar.h
--- a/sys/dev/mps/mpsvar.h
+++ b/sys/dev/mps/mpsvar.h
@@ -831,10 +831,6 @@
SYSCTL_DECL(_hw_mps);
/* Compatibility shims for different OS versions */
-#define mps_kproc_create(func, farg, proc_ptr, flags, stackpgs, fmtstr, arg) \
- kproc_create(func, farg, proc_ptr, flags, stackpgs, fmtstr, arg)
-#define mps_kproc_exit(arg) kproc_exit(arg)
-
#if defined(CAM_PRIORITY_XPT)
#define MPS_PRIORITY_XPT CAM_PRIORITY_XPT
#else
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Mar 2, 5:26 PM (14 h, 30 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29165339
Default Alt Text
D29205.id.diff (977 B)
Attached To
Mode
D29205: Remove unused wrappers around kproc_create() and kproc_exit().
Attached
Detach File
Event Timeline
Log In to Comment