Re: [PATCH 6/6] avr32: deal with syscall restarts

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Hans-Christian Egtvedt
Date: Monday, November 1, 2010 - 2:37 am

On Tue, 2010-09-28 at 03:58 +0100, Al Viro wrote: 

Am I the only one getting a conflict with the work_pending() function in
include/linux/workqueue.h?


Both sounds and look sane further below.


Please add a comment after the define.

<snipp>


Hmmm...

@ line 268
syscall_exit_work:
bld r1, TIF_SYSCALL_TRACE
brcc 1f

Which refers to the 1: label you remove here.


Make a 1: label at this line should do the trick AFAICT.

<snipp>


I get a conflict with a similar function declared in
include/linux/workqueue.h. Also, please brake it over multiple lines as
it is wider than 80 characters.

<snipp>

-- 
Hans-Christian Egtvedt

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 6/6] avr32: deal with syscall restarts, Al Viro, (Mon Sep 27, 7:58 pm)
Re: [PATCH 6/6] avr32: deal with syscall restarts, Hans-Christian Egtvedt, (Mon Nov 1, 2:37 am)