Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F132565391
D30710.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D30710.diff
View Options
diff --git a/sys/compat/linuxkpi/common/include/linux/lockdep.h b/sys/compat/linuxkpi/common/include/linux/lockdep.h
--- a/sys/compat/linuxkpi/common/include/linux/lockdep.h
+++ b/sys/compat/linuxkpi/common/include/linux/lockdep.h
@@ -79,6 +79,7 @@
#define might_lock(m) do { } while (0)
#define might_lock_read(m) do { } while (0)
+#define might_lock_nested(m, n) do { } while (0)
#define lock_acquire(...) do { } while (0)
#define lock_release(...) do { } while (0)
@@ -91,4 +92,8 @@
#define lock_map_acquire_read(_map) do { } while (0)
#define lock_map_release(_map) do { } while (0)
+#define lockdep_pin_lock(l) do { } while (0)
+#define lockdep_repin_lock(l,c) do { } while (0)
+#define lockdep_unpin_lock(l,c) do { } while (0)
+
#endif /* _LINUX_LOCKDEP_H_ */
diff --git a/sys/sys/param.h b/sys/sys/param.h
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -76,7 +76,7 @@
* cannot include sys/param.h and should only be updated here.
*/
#undef __FreeBSD_version
-#define __FreeBSD_version 1400019
+#define __FreeBSD_version 1400020
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Oct 19, 12:48 AM (14 h, 6 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
23902111
Default Alt Text
D30710.diff (1 KB)
Attached To
Mode
D30710: linuxkpi: Add macros for might_lock_nested() and lockdep_(re/un/)pin_lock()
Attached
Detach File
Event Timeline
Log In to Comment