| commit | 637bbdc5b83615ef9f45f50399d1c7f27473c713 | [log] [tgz] |
|---|---|---|
| author | Dave Young <hidave.darkstar@gmail.com> | Mon Sep 13 20:19:03 2010 +0800 |
| committer | Ingo Molnar <mingo@elte.hu> | Mon Sep 13 20:39:08 2010 +0200 |
| tree | 30304d68963cbe2ce01693140f772f63447c80eb | |
| parent | 4cb14bc8c54f8489251d5cba8328cb410ead0cea [diff] |
sched: Remove unused PF_ALIGNWARN flag PF_ALIGNWARN is not implemented and it is for 486 as the comment. It is not likely someone will implement this flag feature. So here remove this flag and leave the valuable 0x00000001 for future use. Signed-off-by: Dave Young <hidave.darkstar@gmail.com> Cc: Peter Zijlstra <a.p.zijlstra@chello.nl> Cc: Linus Torvalds <torvalds@linux-foundation.org> LKML-Reference: <20100913121903.GB22238@darkstar> Signed-off-by: Ingo Molnar <mingo@elte.hu>