diff options
| author | Ulf Magnusson <[email protected]> | 2017-10-03 23:53:26 +0000 |
|---|---|---|
| committer | Masahiro Yamada <[email protected]> | 2017-10-07 11:08:05 +0000 |
| commit | 2cc3ce24a9874451e6751a062cc2ae5040fd8bee (patch) | |
| tree | 735ec3f8af675eb9007f24ccc3b5cb237bf43db9 /drivers/gpu/drm/amd/amdgpu/amdgpu_virt.c | |
| parent | kbuild: drop unused symverfile in Makefile.modpost (diff) | |
| download | kernel-2cc3ce24a9874451e6751a062cc2ae5040fd8bee.tar.gz kernel-2cc3ce24a9874451e6751a062cc2ae5040fd8bee.zip | |
kbuild: Fix optimization level choice default
The choice containing the CC_OPTIMIZE_FOR_PERFORMANCE symbol
accidentally added a "CONFIG_" prefix when trying to make it the
default, selecting an undefined symbol as the default.
The mistake is harmless here: Since the default symbol is not visible,
the choice falls back on using the visible symbol as the default
instead, which is CC_OPTIMIZE_FOR_PERFORMANCE, as intended.
A patch that makes Kconfig print a warning in this case has been
submitted separately:
http://www.spinics.net/lists/linux-kbuild/msg15566.html
Signed-off-by: Ulf Magnusson <[email protected]>
Acked-by: Arnd Bergmann <[email protected]>
Signed-off-by: Masahiro Yamada <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_virt.c')
0 files changed, 0 insertions, 0 deletions
