Messages in this thread |  | | From | Andy Lutomirski <> | | Subject | [PATCH v2 0/2] x86: Build fixes for tip/x86/urgent | | Date | Tue, 24 Jun 2014 13:46:51 -0700 |
| |
For reasons that I don't quite understand, the current code to disable branch profiling in the vdso wasn't working right. Redo it better.
Patch 2 is a sanity check: if that error happens, then something is wrong with the vdso.
Changes from v1: Improved patch descriptions
Andy Lutomirski (2): x86,vdso: Move DISABLE_BRANCH_PROFILING into the vdso makefile x86,vdso2c: Error out if DT_RELA is present
arch/x86/vdso/Makefile | 4 +++- arch/x86/vdso/vclock_gettime.c | 3 --- arch/x86/vdso/vdso2c.h | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-)
-- 1.9.3
|  |