linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -next] avr:  Fix sanitize tsk_is_polling fallout
@ 2012-06-17  9:23 Geert Uytterhoeven
  2012-06-22  5:46 ` Al Viro
  0 siblings, 1 reply; 2+ messages in thread
From: Geert Uytterhoeven @ 2012-06-17  9:23 UTC (permalink / raw)
  To: Al Viro; +Cc: linux-kernel, linux-next, Geert Uytterhoeven

commit 6222033ea7bfe166f06aff5462dd88fba70e74f6 ("sanitize tsk_is_polling()")
removed the definition of TIF_POLLING_NRFLAG, but forgot to remove the
continuation line, causing:

arch/avr32/include/asm/thread_info.h:80: error: expected identifier or '(' before numeric constant
include/linux/thread_info.h:128: error: implicit declaration of function 'set_ti_thread_flag'
make[2]: *** [arch/avr32/kernel/asm-offsets.s] Error 1

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
--
http://kisskb.ellerman.id.au/kisskb/buildresult/6518296/
---
 arch/avr32/include/asm/thread_info.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/arch/avr32/include/asm/thread_info.h b/arch/avr32/include/asm/thread_info.h
index c034601..2f0c412 100644
--- a/arch/avr32/include/asm/thread_info.h
+++ b/arch/avr32/include/asm/thread_info.h
@@ -77,7 +77,6 @@ static inline struct thread_info *current_thread_info(void)
 #define TIF_SYSCALL_TRACE       0       /* syscall trace active */
 #define TIF_SIGPENDING          1       /* signal pending */
 #define TIF_NEED_RESCHED        2       /* rescheduling necessary */
-					   TIF_NEED_RESCHED */
 #define TIF_BREAKPOINT		4	/* enter monitor mode on return */
 #define TIF_SINGLE_STEP		5	/* single step in progress */
 #define TIF_MEMDIE		6	/* is terminating due to OOM killer */
-- 
1.7.0.4

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

* Re: [PATCH -next] avr:  Fix sanitize tsk_is_polling fallout
  2012-06-17  9:23 [PATCH -next] avr: Fix sanitize tsk_is_polling fallout Geert Uytterhoeven
@ 2012-06-22  5:46 ` Al Viro
  0 siblings, 0 replies; 2+ messages in thread
From: Al Viro @ 2012-06-22  5:46 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: linux-kernel, linux-next

On Sun, Jun 17, 2012 at 11:23:44AM +0200, Geert Uytterhoeven wrote:
> commit 6222033ea7bfe166f06aff5462dd88fba70e74f6 ("sanitize tsk_is_polling()")
> removed the definition of TIF_POLLING_NRFLAG, but forgot to remove the
> continuation line, causing:
> 
> arch/avr32/include/asm/thread_info.h:80: error: expected identifier or '(' before numeric constant
> include/linux/thread_info.h:128: error: implicit declaration of function 'set_ti_thread_flag'
> make[2]: *** [arch/avr32/kernel/asm-offsets.s] Error 1

Thanks for catching that one...  Folded and pushed.

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

end of thread, other threads:[~2012-06-22  5:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-17  9:23 [PATCH -next] avr: Fix sanitize tsk_is_polling fallout Geert Uytterhoeven
2012-06-22  5:46 ` Al Viro

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).