diff options
author | Oded Gabbay <ogabbay@kernel.org> | 2021-11-30 23:08:21 +0200 |
---|---|---|
committer | Oded Gabbay <ogabbay@kernel.org> | 2021-12-26 08:59:08 +0200 |
commit | 5b90e59d55d94aa939fae941db4a0e613e6ecc1e (patch) | |
tree | e3226113771d41c167d633b5db227728f3e68b92 /virt | |
parent | 4337b50b5fe5ee64c821790f601ee6153bb9f027 (diff) | |
download | linux-5b90e59d55d94aa939fae941db4a0e613e6ecc1e.tar.gz linux-5b90e59d55d94aa939fae941db4a0e613e6ecc1e.tar.bz2 linux-5b90e59d55d94aa939fae941db4a0e613e6ecc1e.zip |
habanalabs: remove compute context pointer
It was an error to save the compute context's pointer in the device
structure, as it allowed its use without proper ref-cnt.
Change the variable to a flag that only indicates whether there is
an active compute context. Code that needs the pointer will now
be forced to use proper internal APIs to get the pointer.
Signed-off-by: Oded Gabbay <ogabbay@kernel.org>
Diffstat (limited to 'virt')
0 files changed, 0 insertions, 0 deletions