lkml.org 
[lkml]   [2004]   [Jun]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[PATCH] cpumask 9/10 Remove no longer used obsolete macro emulation
    cpumask 9/10 Remove no longer used obsolete macro emulation

    Now that the emulation of the obsolete cpumask macros is no
    longer needed, remove it from cpumask.h

    include/linux/cpumask.h | 12 ------------
    1 files changed, 12 deletions(-)

    Signed-off-by: Paul Jackson <pj@sgi.com>

    Index: 2.6.7-rc2-mm2/include/linux/cpumask.h
    ===================================================================
    --- 2.6.7-rc2-mm2.orig/include/linux/cpumask.h 2004-06-03 07:04:31.000000000 -0700
    +++ 2.6.7-rc2-mm2/include/linux/cpumask.h 2004-06-03 07:08:04.000000000 -0700
    @@ -364,16 +364,4 @@
    #define for_each_online_cpu(cpu) for_each_cpu_mask((cpu), cpu_online_map)
    #define for_each_present_cpu(cpu) for_each_cpu_mask((cpu), cpu_present_map)

    -/* 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_addr(m)[0])
    -#define cpus_coerce_const cpus_coerce
    -#define cpus_promote(x) ({ cpumask_t m; m.bits[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
    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/

    \
     
     \ /
      Last update: 2005-03-22 14:03    [W:4.250 / U:0.028 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site