Re: 2.6.17-mm1 : two PF flags with the same value
- From: Peter Williams <pwil3058@xxxxxxxxxxxxxx>
- Date: Thu, 22 Jun 2006 09:39:48 +1000
Andrew Morton wrote:
ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.17/2.6.17-mm1/
Doing my quick review of changes to bits of code that overlap where I wish to work I've noticed that PF_SPREAD_SLAB and PF_MUTEX_TESTER have the same value.
define PF_SPREAD_SLAB 0x02000000 /* Spread some slab caches over cpuset */
#define PF_MEMPOLICY 0x10000000 /* Non-default NUMA mempolicy */
#define PF_MUTEX_TESTER 0x02000000 /* Thread belongs to the rt mutex tester */
This will have interesting consequences in some circumstances, I imagine.
Peter
--
Peter Williams pwil3058@xxxxxxxxxxxxxx
"Learning, n. The kind of ignorance distinguishing the studious."
-- Ambrose Bierce
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- Re: 2.6.17-mm1 : two PF flags with the same value
- From: Paul Jackson
- Re: 2.6.17-mm1 : two PF flags with the same value
- From: Andrew Morton
- Re: 2.6.17-mm1 : two PF flags with the same value
- References:
- 2.6.17-mm1
- From: Andrew Morton
- 2.6.17-mm1
- Prev by Date: Re: Linux 2.4.33-rc2
- Next by Date: Re: 2.6.17-mm1 : two PF flags with the same value
- Previous by thread: [-mm patch] make drivers/usb/misc/cy7c63.c:vendor_command() static
- Next by thread: Re: 2.6.17-mm1 : two PF flags with the same value
- Index(es):
Relevant Pages
|