* [PATCH] mask ADT: remove emulation of obsolete cpumask macros [7/22]
@ 2004-03-29 12:13 Paul Jackson
0 siblings, 0 replies; only message in thread
From: Paul Jackson @ 2004-03-29 12:13 UTC (permalink / raw)
To: linux-kernel; +Cc: mbligh, akpm, wli, haveblue, colpatch
Patch_7_of_22 - Remove obsolete cpumask emulation from cpumask.h
Now that the emulation of the obsolete cpumask macros is no
longer needed, remove it from cpumask.h
diffstat Patch_7_of_22:
cpumask.h | 12 ------------
1 files changed, 12 deletions(-)
# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
# ChangeSet 1.1712 -> 1.1713
# include/linux/cpumask.h 1.9 -> 1.10
#
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 04/03/28 pj@sgi.com 1.1713
# Remove obsolete cpumask operator emulation, once no longer in use
# by any of the arch's: i386, ppc64, or x86_64.
# --------------------------------------------
#
diff -Nru a/include/linux/cpumask.h b/include/linux/cpumask.h
--- a/include/linux/cpumask.h Mon Mar 29 01:03:38 2004
+++ b/include/linux/cpumask.h Mon Mar 29 01:03:38 2004
@@ -147,16 +147,4 @@
#endif
-/* Begin obsolete cpumask operator emulation */
-#define cpu_isset_const(a,b) cpu_isset(a,b)
-#define cpumask_const_t cpumask_t
-#define cpus_coerce(m) (cpus_raw(m)[0])
-#define cpus_coerce_const cpus_coerce
-#define cpus_promote(x) ({ cpumask_t m; m._m[0] = x; m; })
-#define cpus_weight_const cpus_weight
-#define first_cpu_const first_cpu
-#define mk_cpumask_const(x) x
-#define next_cpu_const next_cpu
-/* End of obsolete cpumask operator emulation */
-
#endif /* __LINUX_CPUMASK_H */
--
I won't rest till it's the best ...
Programmer, Linux Scalability
Paul Jackson <pj@sgi.com> 1.650.933.1373
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-03-29 12:16 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-29 12:13 [PATCH] mask ADT: remove emulation of obsolete cpumask macros [7/22] Paul Jackson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox