Changes in boot/arch/riscv64/src/ucb.c [ae8d7b0:a35b458] in mainline
- File:
-
- 1 edited
-
boot/arch/riscv64/src/ucb.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/riscv64/src/ucb.c
rae8d7b0 ra35b458 39 39 if (!val) 40 40 return; 41 41 42 42 fromhost = 0; 43 43 } … … 48 48 (((uint64_t) cmd) << 48) | 49 49 (payload & UINT64_C(0xffffffffffff)); 50 50 51 51 while (tohost) 52 52 poll_fromhost(); 53 53 54 54 tohost = val; 55 55 }
Note:
See TracChangeset
for help on using the changeset viewer.
