diff options
| author | Tiezhu Yang <[email protected]> | 2025-04-24 12:15:41 +0000 |
|---|---|---|
| committer | Huacai Chen <[email protected]> | 2025-04-26 01:58:12 +0000 |
| commit | bb0511d59db9b3e40c8d51f0d151ccd0fd44071d (patch) | |
| tree | 0791939e7337a0c2cd4b396195c088910f9a181d /drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | |
| parent | LoongArch: Select ARCH_USE_MEMTEST (diff) | |
| download | kernel-bb0511d59db9b3e40c8d51f0d151ccd0fd44071d.tar.gz kernel-bb0511d59db9b3e40c8d51f0d151ccd0fd44071d.zip | |
LoongArch: Make regs_irqs_disabled() more clear
In the current code, the definition of regs_irqs_disabled() is actually
"!(regs->csr_prmd & CSR_CRMD_IE)" because arch_irqs_disabled_flags() is
defined as "!(flags & CSR_CRMD_IE)", it looks a little strange.
Define regs_irqs_disabled() as !(regs->csr_prmd & CSR_PRMD_PIE) directly
to make it more clear, no functional change.
While at it, the return value of regs_irqs_disabled() is true or false,
so change its type to reflect that and also make it always inline.
Fixes: 803b0fc5c3f2 ("LoongArch: Add process management")
Signed-off-by: Tiezhu Yang <[email protected]>
Signed-off-by: Huacai Chen <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_object.c')
0 files changed, 0 insertions, 0 deletions
