mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] remove unused PF_ALIGNWARN flag
@ 2010-09-13 12:19 Dave Young
  2010-09-13 18:42 ` [tip:sched/core] sched: Remove " tip-bot for Dave Young
  0 siblings, 1 reply; 2+ messages in thread
From: Dave Young @ 2010-09-13 12:19 UTC (permalink / raw)
  To: Ingo Molnar, Peter Zijlstra; +Cc: linux-kernel

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>
---
 include/linux/sched.h |    2 --
 1 file changed, 2 deletions(-)

--- linux-2.6.orig/include/linux/sched.h	2010-08-20 10:29:22.000000000 +0800
+++ linux-2.6/include/linux/sched.h	2010-09-13 18:03:33.496667520 +0800
@@ -1681,8 +1681,6 @@ extern void thread_group_times(struct ta
 /*
  * 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 */

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-09-13 18:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-13 12:19 [PATCH] remove unused PF_ALIGNWARN flag Dave Young
2010-09-13 18:42 ` [tip:sched/core] sched: Remove " tip-bot for Dave Young

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®