]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
cxl: Add new header for call backs and structs
authorIan Munsie <imunsie@au1.ibm.com>
Wed, 8 Oct 2014 08:54:56 +0000 (19:54 +1100)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 8 Oct 2014 09:15:43 +0000 (20:15 +1100)
commit1cd258d7faccb330145f08d838608b2c6ad41604
tree948457caea1958ae0a6ffee7bed786b1a04428c6
parentfd9a1c26ae7d70a2dc1eafad7b9bf076ad8b67d9
cxl: Add new header for call backs and structs

This new header adds callbacks and structs needed by the rest of the kernel to
hook into the cxl infrastructure.

This adds the cxl_ctx_in_use() function for use in the mm code to see if any
cxl contexts are currently in use. This is used by the tlbie() to determine if
it can do local TLB invalidations or not. This also adds get/put calls for the
cxl driver module to refcount the active cxl contexts.

cxl_ctx_get/put/in_use are static inlined here as they are called in tlbie
which we want to be fast (mpe's suggestion).

Empty functions are provided when CONFIG_CXL_BASE is not enabled.

Signed-off-by: Ian Munsie <imunsie@au1.ibm.com>
Signed-off-by: Michael Neuling <mikey@neuling.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
include/misc/cxl.h [new file with mode: 0644]