commit | 26dc977748772c0c455b936719ce67c4267d0625 | [log] [tgz] |
---|---|---|
author | Andi Kleen <andi@firstfloor.org> | Sun Mar 28 01:47:54 2021 -0700 |
committer | Andi Kleen <andi@firstfloor.org> | Sun Mar 28 01:47:54 2021 -0700 |
tree | 8593681ea239ddd2fbc5341cd2f244bdb4f54645 | |
parent | 42fcdf9ef2a7ba206ec21570adab41918224c9cb [diff] |
x86, entry: Build thunk_*.o only with preemption thunk_*.o contains the thunks for preemption. It is empty on systems without CONFIG_PREEMPTION. At least on a LTO build objtool complains that there is no symbol table for the empty file. Only build thunk_*.o with CONFIG_PREEMPTION. Signed-off-by: Andi Kleen <ak@linux.intel.com>