Re: [PATCH 1/2] x86,vdso: Move DISABLE_BRANCH_PROFILING into the vdso makefile

2014-06-24 Thread H. Peter Anvin
On 06/24/2014 12:50 PM, Andy Lutomirski wrote: > It should really apply to everything in the vdso, and putting it in > the C files seems unreliable. Please write a more detailed patch description. In this case, it was causing build failures, and that should be noted in the description. > It was

[PATCH 1/2] x86,vdso: Move DISABLE_BRANCH_PROFILING into the vdso makefile

2014-06-24 Thread Andy Lutomirski
It should really apply to everything in the vdso, and putting it in the C files seems unreliable. Signed-off-by: Andy Lutomirski --- arch/x86/vdso/Makefile | 4 +++- arch/x86/vdso/vclock_gettime.c | 3 --- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/arch/x86/vdso/Makef