Correct
> As for how often, these calls are made probably as much as 50 times a second,
> but irregularly. One of the drivers involved is attached to the VM, so it will
> need to pass data along as often as the VM is called.
Just declare some kind of shared structure or pointer and EXPORT_SYMBOL them
to the other driver. You can write wrapper functions if you want to be neat
but thats your choice
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/