Re: [PATCH] Re: tools/liblockdep: Build failure

2014-04-01 Thread Sasha Levin
On 04/01/2014 11:34 AM, Andi Kleen wrote: On Tue, Apr 01, 2014 at 12:21:59PM +0200, Robin Hack wrote: From: Robin Hack Copy asmlinkage macro to lockdep/uinclude/linux/linkage.h. You can just do #define asmlinkage #define __visible Thanks Andi, I've queued it up along with another fix for

Re: [PATCH] Re: tools/liblockdep: Build failure

2014-04-01 Thread Andi Kleen
On Tue, Apr 01, 2014 at 12:21:59PM +0200, Robin Hack wrote: > From: Robin Hack > Copy asmlinkage macro to lockdep/uinclude/linux/linkage.h. You can just do #define asmlinkage #define __visible for this case. don't need all the ifdefs or the attribute in the userspace build. -Andi -- To unsu

Re: [PATCH] Re: tools/liblockdep: Build failure

2014-04-01 Thread Robin Hack
Patch is wrong. On Tue, Apr 01, 2014 at 12:21:59PM +0200, Robin Hack wrote: > From: Robin Hack > Copy asmlinkage macro to lockdep/uinclude/linux/linkage.h. > > diff --git a/tools/lib/lockdep/uinclude/linux/linkage.h > b/tools/lib/lockdep/uinclude/linux/linkage.h > index fab00ff..6799a5b 100644 >