git: 5878c7c7b090 - main - LinuxKPI: add kernel_ulong_t typedef in linux/kernel.h.
Bjoern A. Zeeb
bz at FreeBSD.org
Tue May 25 18:14:54 UTC 2021
The branch main has been updated by bz:
URL: https://cgit.FreeBSD.org/src/commit/?id=5878c7c7b090c8579316ae4479e962684d49a499
commit 5878c7c7b090c8579316ae4479e962684d49a499
Author: Bjoern A. Zeeb <bz at FreeBSD.org>
AuthorDate: 2021-05-24 18:47:49 +0000
Commit: Bjoern A. Zeeb <bz at FreeBSD.org>
CommitDate: 2021-05-25 18:01:46 +0000
LinuxKPI: add kernel_ulong_t typedef in linux/kernel.h.
Sponsored by: The FreeBSD Foundation
MFC after: 2 weeks
Reviewed by: hselasky
Differential Revision: https://reviews.freebsd.org/D30438
---
sys/compat/linuxkpi/common/include/linux/types.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/sys/compat/linuxkpi/common/include/linux/types.h b/sys/compat/linuxkpi/common/include/linux/types.h
index aa3580c81a27..db362c388573 100644
--- a/sys/compat/linuxkpi/common/include/linux/types.h
+++ b/sys/compat/linuxkpi/common/include/linux/types.h
@@ -72,6 +72,7 @@ typedef unsigned __poll_t;
typedef uint64_t phys_addr_t;
typedef size_t __kernel_size_t;
+typedef unsigned long kernel_ulong_t;
#define DECLARE_BITMAP(n, bits) \
unsigned long n[howmany(bits, sizeof(long) * 8)]
More information about the dev-commits-src-main
mailing list