diff options
| author | Daniel Díaz <[email protected]> | 2020-08-19 17:32:24 +0000 |
|---|---|---|
| committer | Ingo Molnar <[email protected]> | 2020-09-09 08:03:37 +0000 |
| commit | 76366050eb1b3151c4b4110c76538ff14dffb74c (patch) | |
| tree | 236ffe59ef8959072332f89a9d7daebdb86abded /drivers/gpu/drm/amd/amdgpu/amdgpu_display.c | |
| parent | Linux 5.9-rc4 (diff) | |
| download | kernel-76366050eb1b3151c4b4110c76538ff14dffb74c.tar.gz kernel-76366050eb1b3151c4b4110c76538ff14dffb74c.zip | |
x86/defconfigs: Explicitly unset CONFIG_64BIT in i386_defconfig
A recent refresh of the defconfigs got rid of the following
(unset) config:
# CONFIG_64BIT is not set
Innocuous as it seems, when the config file is saved again the
behavior is changed so that CONFIG_64BIT=y.
Currently,
$ make i386_defconfig
$ grep CONFIG_64BIT .config
CONFIG_64BIT=y
whereas previously (and with this patch):
$ make i386_defconfig
$ grep CONFIG_64BIT .config
# CONFIG_64BIT is not set
( This was found with weird compiler errors on OpenEmbedded
builds, as the compiler was unable to cope with 64-bits data
types. )
Fixes: 1d0e12fd3a84 ("x86/defconfigs: Refresh defconfig files")
Reported-by: Jarkko Nikula <[email protected]>
Reported-by: Andy Shevchenko <[email protected]>
Tested-by: Sedat Dilek <[email protected]>
Signed-off-by: Daniel Díaz <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_display.c')
0 files changed, 0 insertions, 0 deletions
