From: Dave Young Date: Thu, 10 Feb 2011 09:23:26 +0000 (+0100) Subject: sched: Remove unused PF_ALIGNWARN flag X-Git-Tag: v2.6.32.29~16 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=82f7e90e5e68fdaa3c72f3522444f020fd62d7a7;p=karo-tx-linux.git sched: Remove unused PF_ALIGNWARN flag Commit: 637bbdc5b83615ef9f45f50399d1c7f27473c713 upstream 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 Cc: Peter Zijlstra Cc: Linus Torvalds LKML-Reference: <20100913121903.GB22238@darkstar> Signed-off-by: Ingo Molnar Signed-off-by: Mike Galbraith Acked-by: Peter Zijlstra Signed-off-by: Greg Kroah-Hartman --- diff --git a/include/linux/sched.h b/include/linux/sched.h index c43d86bdc906..32bf471f5479 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -1728,8 +1728,6 @@ extern void thread_group_times(struct task_struct *p, cputime_t *ut, cputime_t * /* * Per process flags */ -#define PF_ALIGNWARN 0x00000001 /* Print alignment warning msgs */ - /* Not implemented yet, only for 486*/ #define PF_STARTING 0x00000002 /* being created */ #define PF_EXITING 0x00000004 /* getting shut down */ #define PF_EXITPIDONE 0x00000008 /* pi exit done on shut down */