* [PATCH] h8300 thread flags cleanup
@ 2009-11-23 23:20 Mathieu Desnoyers
2009-11-25 5:04 ` Yoshinori Sato
0 siblings, 1 reply; 2+ messages in thread
From: Mathieu Desnoyers @ 2009-11-23 23:20 UTC (permalink / raw)
To: Yoshinori Sato; +Cc: linux-kernel
2.6.32-rc introduces incoherent coding style in thread_info.h. Make sure
the same style is used everywhere. Using style found in x86.
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
CC: Yoshinori Sato <ysato@users.sourceforge.jp>
---
arch/h8300/include/asm/thread_info.h | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
Index: linux-2.6-lttng/arch/h8300/include/asm/thread_info.h
===================================================================
--- linux-2.6-lttng.orig/arch/h8300/include/asm/thread_info.h 2009-11-22 20:42:35.000000000 -0500
+++ linux-2.6-lttng/arch/h8300/include/asm/thread_info.h 2009-11-22 20:42:53.000000000 -0500
@@ -93,13 +93,13 @@ static inline struct thread_info *curren
#define TIF_FREEZE 16 /* is freezing for suspend */
/* as above, but as bit values */
-#define _TIF_SYSCALL_TRACE (1<<TIF_SYSCALL_TRACE)
-#define _TIF_SIGPENDING (1<<TIF_SIGPENDING)
-#define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
-#define _TIF_POLLING_NRFLAG (1<<TIF_POLLING_NRFLAG)
-#define _TIF_RESTORE_SIGMASK (1<<TIF_RESTORE_SIGMASK)
+#define _TIF_SYSCALL_TRACE (1 << TIF_SYSCALL_TRACE)
+#define _TIF_SIGPENDING (1 << TIF_SIGPENDING)
+#define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
+#define _TIF_POLLING_NRFLAG (1 << TIF_POLLING_NRFLAG)
+#define _TIF_RESTORE_SIGMASK (1 << TIF_RESTORE_SIGMASK)
#define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
-#define _TIF_FREEZE (1<<TIF_FREEZE)
+#define _TIF_FREEZE (1 << TIF_FREEZE)
#define _TIF_WORK_MASK 0x0000FFFE /* work to do on interrupt/exception return */
--
Mathieu Desnoyers
OpenPGP key fingerprint: 8CD5 52C3 8E3C 4140 715F BA06 3F25 A8FE 3BAE 9A68
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] h8300 thread flags cleanup
2009-11-23 23:20 [PATCH] h8300 thread flags cleanup Mathieu Desnoyers
@ 2009-11-25 5:04 ` Yoshinori Sato
0 siblings, 0 replies; 2+ messages in thread
From: Yoshinori Sato @ 2009-11-25 5:04 UTC (permalink / raw)
To: Mathieu Desnoyers; +Cc: linux-kernel
At Mon, 23 Nov 2009 18:20:32 -0500,
Mathieu Desnoyers wrote:
>
> 2.6.32-rc introduces incoherent coding style in thread_info.h. Make sure
> the same style is used everywhere. Using style found in x86.
>
> Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
> CC: Yoshinori Sato <ysato@users.sourceforge.jp>
Merged.
Thanks.
> ---
> arch/h8300/include/asm/thread_info.h | 12 ++++++------
> 1 file changed, 6 insertions(+), 6 deletions(-)
>
> Index: linux-2.6-lttng/arch/h8300/include/asm/thread_info.h
> ===================================================================
> --- linux-2.6-lttng.orig/arch/h8300/include/asm/thread_info.h 2009-11-22 20:42:35.000000000 -0500
> +++ linux-2.6-lttng/arch/h8300/include/asm/thread_info.h 2009-11-22 20:42:53.000000000 -0500
> @@ -93,13 +93,13 @@ static inline struct thread_info *curren
> #define TIF_FREEZE 16 /* is freezing for suspend */
>
> /* as above, but as bit values */
> -#define _TIF_SYSCALL_TRACE (1<<TIF_SYSCALL_TRACE)
> -#define _TIF_SIGPENDING (1<<TIF_SIGPENDING)
> -#define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
> -#define _TIF_POLLING_NRFLAG (1<<TIF_POLLING_NRFLAG)
> -#define _TIF_RESTORE_SIGMASK (1<<TIF_RESTORE_SIGMASK)
> +#define _TIF_SYSCALL_TRACE (1 << TIF_SYSCALL_TRACE)
> +#define _TIF_SIGPENDING (1 << TIF_SIGPENDING)
> +#define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
> +#define _TIF_POLLING_NRFLAG (1 << TIF_POLLING_NRFLAG)
> +#define _TIF_RESTORE_SIGMASK (1 << TIF_RESTORE_SIGMASK)
> #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
> -#define _TIF_FREEZE (1<<TIF_FREEZE)
> +#define _TIF_FREEZE (1 << TIF_FREEZE)
>
> #define _TIF_WORK_MASK 0x0000FFFE /* work to do on interrupt/exception return */
>
>
> --
> Mathieu Desnoyers
> OpenPGP key fingerprint: 8CD5 52C3 8E3C 4140 715F BA06 3F25 A8FE 3BAE 9A68
--
Yoshinori Sato
<ysato@users.sourceforge.jp>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-11-25 5:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-23 23:20 [PATCH] h8300 thread flags cleanup Mathieu Desnoyers
2009-11-25 5:04 ` Yoshinori Sato
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox