From: Dave Young <hidave.darkstar@gmail.com>
To: Ingo Molnar <mingo@elte.hu>, Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] remove unused PF_ALIGNWARN flag
Date: Mon, 13 Sep 2010 20:19:03 +0800 [thread overview]
Message-ID: <20100913121903.GB22238@darkstar> (raw)
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 */
next reply other threads:[~2010-09-13 12:19 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-09-13 12:19 Dave Young [this message]
2010-09-13 18:42 ` [tip:sched/core] sched: Remove " tip-bot for Dave Young
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100913121903.GB22238@darkstar \
--to=hidave.darkstar@gmail.com \
--cc=a.p.zijlstra@chello.nl \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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®