mirror of
https://github.com/torvalds/linux.git
synced 2026-09-23 05:04:02 +02:00
gpu: nova-core: correct RISC-V HALTED field
This uses the incorrect value, so update it.
Fixes: bb58d1aee6 ("gpu: nova-core: falcon: Add support to check if RISC-V is active")
Signed-off-by: Eliot Courtney <ecourtney@nvidia.com>
Link: https://patch.msgid.link/20260703-blackwell-fixes-v2-9-8e3d8bc32bb9@nvidia.com
Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
This commit is contained in:
parent
9c96c8c2ca
commit
5557c238eb
|
|
@ -556,7 +556,7 @@ pub(crate) fn mem_scrubbing_done(self) -> bool {
|
|||
/// GA102 and later.
|
||||
pub(crate) NV_PRISCV_RISCV_CPUCTL(u32) @ PFalcon2Base + 0x00000388 {
|
||||
7:7 active_stat => bool;
|
||||
0:0 halted => bool;
|
||||
4:4 halted => bool;
|
||||
}
|
||||
|
||||
/// GA102 and later.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user