Re: 2.5.74-mm3

William Lee Irwin III (wli@holomorphy.com)
Wed, 9 Jul 2003 02:29:07 -0700


On Wed, Jul 09, 2003 at 04:24:33AM -0500, Matt Mackall wrote:
> -#define apm_save_cpus() 0
> +#define apm_save_cpus() (current->cpus_allowed)
> #define apm_restore_cpus(x) (void)(x)

It's trying to describe an empty set of cpus. This is denoted by
CPU_MASK_NONE in the cpumask_t bits.

-- wli
-
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/