Re: 2.5.74-mm3
From: William Lee Irwin III <hidden>
Date: 2003-07-09 09:13:22
Also in:
lkml
From: William Lee Irwin III <hidden>
Date: 2003-07-09 09:13:22
Also in:
lkml
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, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"aart@kvack.org"> aart@kvack.org </a>