diff options
| author | Alexey Dobriyan <[email protected]> | 2018-01-14 12:05:04 +0000 |
|---|---|---|
| committer | Thomas Gleixner <[email protected]> | 2018-03-27 07:47:53 +0000 |
| commit | bd6271039ee6f0c9b468148fc2d73e0584af6b4f (patch) | |
| tree | a99a7ff2769c63c7060aac99ad38a2637f88aef1 /fs/proc/array.c | |
| parent | objtool: Add Clang support (diff) | |
| download | kernel-bd6271039ee6f0c9b468148fc2d73e0584af6b4f.tar.gz kernel-bd6271039ee6f0c9b468148fc2d73e0584af6b4f.zip | |
x86/alternatives: Fixup alternative_call_2
The following pattern fails to compile while the same pattern
with alternative_call() does:
if (...)
alternative_call_2(...);
else
alternative_call_2(...);
as it expands into
if (...)
{
}; <===
else
{
};
Signed-off-by: Alexey Dobriyan <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
Acked-by: Borislav Petkov <[email protected]>
Link: https://lkml.kernel.org/r/20180114120504.GA11368@avx2
Diffstat (limited to 'fs/proc/array.c')
0 files changed, 0 insertions, 0 deletions
