aboutsummaryrefslogtreecommitdiff
path: root/sys/gnu/fs/xfs/FreeBSD
diff options
context:
space:
mode:
authorAttilio Rao <attilio@FreeBSD.org>2009-05-14 17:43:00 +0000
committerAttilio Rao <attilio@FreeBSD.org>2009-05-14 17:43:00 +0000
commit120b18d86f71999b83e520b8dc4e089a6bfcca38 (patch)
tree22b20a38e37e187948ac0d924a006065dcd27968 /sys/gnu/fs/xfs/FreeBSD
parentb7ced94c8cd5fe9e1a73a2c0dec3e1e469a71259 (diff)
downloadsrc-120b18d86f71999b83e520b8dc4e089a6bfcca38.tar.gz
src-120b18d86f71999b83e520b8dc4e089a6bfcca38.zip
FreeBSD right now support 32 CPUs on all the architectures at least.
With the arrival of 128+ cores it is necessary to handle more than that. One of the first thing to change is the support for cpumask_t that needs to handle more than 32 bits masking (which happens now). Some places, however, still assume that cpumask_t is a 32 bits mask. Fix that situation by using always correctly cpumask_t when needed. While here, remove the part under STOP_NMI for the Xen support as it is broken in any case. Additively make ipi_nmi_pending as static. Reviewed by: jhb, kmacy Tested by: Giovanni Trematerra <giovanni dot trematerra at gmail dot com>
Notes
Notes: svn path=/head/; revision=192114
Diffstat (limited to 'sys/gnu/fs/xfs/FreeBSD')
-rw-r--r--sys/gnu/fs/xfs/FreeBSD/support/debug.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/gnu/fs/xfs/FreeBSD/support/debug.h b/sys/gnu/fs/xfs/FreeBSD/support/debug.h
index d35b14fe6d4e..816a717c1345 100644
--- a/sys/gnu/fs/xfs/FreeBSD/support/debug.h
+++ b/sys/gnu/fs/xfs/FreeBSD/support/debug.h
@@ -75,6 +75,5 @@ extern int get_thread_id(void);
#endif
#define ASSERT_ALWAYS(EX) ((EX)?((void)0):assfail(#EX, __FILE__, __LINE__))
-#define debug_stop_all_cpus(param) /* param is "cpumask_t *" */
#endif /* __XFS_SUPPORT_DEBUG_H__ */