Re: [PATCH 1/2] xtensa, rwsem: drop superfluous arch specific implementation

2016-04-04 Thread Max Filippov
On Mon, Apr 4, 2016 at 12:06 PM, Michal Hocko wrote: > From: Michal Hocko > > since "locking, rwsem: drop explicit memory barriers" the arch specific > code is basically same as the the generic one so we can drop the > superfluous code. > > Suggested-by: Davidlohr Bueso > Signed-off-by: Michal H

[PATCH 1/2] xtensa, rwsem: drop superfluous arch specific implementation

2016-04-04 Thread Michal Hocko
From: Michal Hocko since "locking, rwsem: drop explicit memory barriers" the arch specific code is basically same as the the generic one so we can drop the superfluous code. Suggested-by: Davidlohr Bueso Signed-off-by: Michal Hocko --- arch/xtensa/include/asm/Kbuild | 1 + arch/xtensa/incl