diff options
| author | Masahiro Yamada <[email protected]> | 2018-06-14 10:36:43 +0000 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2018-06-14 22:15:27 +0000 |
| commit | 8458f8c2d4e1f7362c65c37ccf2d1d5c00f77fa5 (patch) | |
| tree | dc28620f74cfab79af61794aa23dbf631f638f6e /drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | |
| parent | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/... (diff) | |
| download | kernel-8458f8c2d4e1f7362c65c37ccf2d1d5c00f77fa5.tar.gz kernel-8458f8c2d4e1f7362c65c37ccf2d1d5c00f77fa5.zip | |
x86: fix dependency of X86_32_LAZY_GS
Commit 2a61f4747eea ("stack-protector: test compiler capability in
Kconfig and drop AUTO mode") replaced the 'choice' with two boolean
symbols, so CC_STACKPROTECTOR_NONE no longer exists.
Prior to commit 2bc2f688fdf8 ("Makefile: move stack-protector
availability out of Kconfig"), this line was like this:
depends on X86_32 && !CC_STACKPROTECTOR
The CC_ prefix was dropped by commit 050e9baa9dc9 ("Kbuild: rename
CC_STACKPROTECTOR[_STRONG] config variables"), so the dependency now
should be:
depends on X86_32 && !STACKPROTECTOR
Signed-off-by: Masahiro Yamada <[email protected]>
Acked-by: Kees Cook <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_object.c')
0 files changed, 0 insertions, 0 deletions
