diff options
| author | Shivank Garg <[email protected]> | 2024-11-12 07:23:47 +0000 |
|---|---|---|
| committer | Ingo Molnar <[email protected]> | 2024-11-12 10:00:50 +0000 |
| commit | f74642d81c24d9e69745cd0b75e1bddc81827606 (patch) | |
| tree | 6f32503938e6852bd4c688a294e8b14a38e2379e /drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c | |
| parent | x86/cpu: Fix FAM5_QUARK_X1000 to use X86_MATCH_VFM() (diff) | |
| download | kernel-f74642d81c24d9e69745cd0b75e1bddc81827606.tar.gz kernel-f74642d81c24d9e69745cd0b75e1bddc81827606.zip | |
x86/cpu: Remove redundant CONFIG_NUMA guard around numa_add_cpu()
Remove unnecessary CONFIG_NUMA #ifdef around numa_add_cpu() since the
function is already properly handled in <asm/numa.h> for both NUMA and
non-NUMA configurations. For !CONFIG_NUMA builds, numa_add_cpu() is
defined as an empty function.
Simplify the code without any functionality change.
Testing: Build CONFIG_NUMA=n
Signed-off-by: Shivank Garg <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c')
0 files changed, 0 insertions, 0 deletions
