aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>2004-03-20 20:41:40 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>2004-03-20 20:41:40 +0000
commita36bdc0606a8d14be70d86fff441a08a4b2f9116 (patch)
tree36b15af5753b49fc795c2c808ed4a19a85446edd /sys
parent322b1dc4b02fc3bd32ea1e09ef594a5212312cc4 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/alpha/include/_types.h1
-rw-r--r--sys/amd64/include/_types.h1
-rw-r--r--sys/arm/include/_types.h1
-rw-r--r--sys/i386/include/_types.h1
-rw-r--r--sys/ia64/include/_types.h1
-rw-r--r--sys/powerpc/include/_types.h1
-rw-r--r--sys/sparc64/include/_types.h1
-rw-r--r--sys/sys/types.h1
8 files changed, 8 insertions, 0 deletions
diff --git a/sys/alpha/include/_types.h b/sys/alpha/include/_types.h
index 4b7249c1dfe71..885b2415935c6 100644
--- a/sys/alpha/include/_types.h
+++ b/sys/alpha/include/_types.h
@@ -55,6 +55,7 @@ typedef unsigned long __uint64_t;
* Standard type definitions.
*/
typedef __int32_t __clock_t; /* clock()... */
+typedef unsigned int __cpumask_t;
typedef __int64_t __critical_t;
typedef double __double_t;
typedef float __float_t;
diff --git a/sys/amd64/include/_types.h b/sys/amd64/include/_types.h
index 446a2d02e53aa..4a7b6e7edcdee 100644
--- a/sys/amd64/include/_types.h
+++ b/sys/amd64/include/_types.h
@@ -55,6 +55,7 @@ typedef unsigned long __uint64_t;
* Standard type definitions.
*/
typedef __int32_t __clock_t; /* clock()... */
+typedef unsigned int __cpumask_t;
typedef __int64_t __critical_t;
typedef double __double_t;
typedef double __float_t;
diff --git a/sys/arm/include/_types.h b/sys/arm/include/_types.h
index f76183520551c..3c6cf695ab951 100644
--- a/sys/arm/include/_types.h
+++ b/sys/arm/include/_types.h
@@ -63,6 +63,7 @@ typedef unsigned long long __uint64_t;
* Standard type definitions.
*/
typedef __uint32_t __clock_t; /* clock()... */
+typedef unsigned int __cpumask_t;
typedef __int32_t __critical_t;
typedef __int32_t __intfptr_t;
typedef __int64_t __intmax_t;
diff --git a/sys/i386/include/_types.h b/sys/i386/include/_types.h
index 69f439d891c9b..aa240d05e10ca 100644
--- a/sys/i386/include/_types.h
+++ b/sys/i386/include/_types.h
@@ -68,6 +68,7 @@ typedef unsigned long long __uint64_t;
* Standard type definitions.
*/
typedef unsigned long __clock_t; /* clock()... */
+typedef unsigned int __cpumask_t;
typedef __int32_t __critical_t;
typedef double __double_t;
typedef double __float_t;
diff --git a/sys/ia64/include/_types.h b/sys/ia64/include/_types.h
index 9c15ef6576d9e..5809f630d8891 100644
--- a/sys/ia64/include/_types.h
+++ b/sys/ia64/include/_types.h
@@ -55,6 +55,7 @@ typedef unsigned long __uint64_t;
* Standard type definitions.
*/
typedef __int32_t __clock_t; /* clock()... */
+typedef unsigned int __cpumask_t;
typedef __int64_t __critical_t;
typedef double __double_t;
typedef float __float_t;
diff --git a/sys/powerpc/include/_types.h b/sys/powerpc/include/_types.h
index e86ee8d8c4678..32fe2e3f1e66a 100644
--- a/sys/powerpc/include/_types.h
+++ b/sys/powerpc/include/_types.h
@@ -68,6 +68,7 @@ typedef unsigned long long __uint64_t;
* Standard type definitions.
*/
typedef __uint32_t __clock_t; /* clock()... */
+typedef unsigned int __cpumask_t;
typedef __int32_t __critical_t;
typedef double __double_t;
typedef double __float_t;
diff --git a/sys/sparc64/include/_types.h b/sys/sparc64/include/_types.h
index 5c9ceec7e656a..688d986c1e8c8 100644
--- a/sys/sparc64/include/_types.h
+++ b/sys/sparc64/include/_types.h
@@ -55,6 +55,7 @@ typedef unsigned long __uint64_t;
* Standard type definitions.
*/
typedef __int32_t __clock_t; /* clock()... */
+typedef unsigned int __cpumask_t;
typedef __int64_t __critical_t;
typedef double __double_t;
typedef float __float_t;
diff --git a/sys/sys/types.h b/sys/sys/types.h
index d20581ce74183..ac31bb7810b80 100644
--- a/sys/sys/types.h
+++ b/sys/sys/types.h
@@ -255,6 +255,7 @@ typedef __vm_size_t vm_size_t;
#ifdef _KERNEL
typedef int boolean_t;
+typedef __cpumask_t cpumask_t;
typedef __intfptr_t intfptr_t;
/*-