return 0;
 }
 
-#ifndef is_affinity_mask_valid
-#define is_affinity_mask_valid(val) 1
-#endif
-
 int no_irq_affinity;
 static int irq_affinity_proc_show(struct seq_file *m, void *v)
 {
        if (err)
                goto free_cpumask;
 
-       if (!is_affinity_mask_valid(new_value)) {
-               err = -EINVAL;
-               goto free_cpumask;
-       }
-
        /*
         * Do not allow disabling IRQs completely - it's a too easy
         * way to make the system unusable accidentally :-) At least
        if (err)
                goto out;
 
-       if (!is_affinity_mask_valid(new_value)) {
-               err = -EINVAL;
-               goto out;
-       }
-
        /*
         * Do not allow disabling IRQs completely - it's a too easy
         * way to make the system unusable accidentally :-) At least