On 13/02/2026 10:56 pm, Jason Andryuk wrote: > wait.c is only used by vm_event.c, so build it when CONFIG_VM_EVENT is > selected. > > Provide stubs of functions called from common code. entry.S needs an > ifdef to hide the symbol from the assembly. > > Also conditionalize .waitqueue_vcpu in struct vcpu to save space. > > Signed-off-by: Jason Andryuk <[email protected]>
Reviewed-by: Andrew Cooper <[email protected]> This will do. It's probably not worth the effort to move the file or untangle it in ARM, given that it's intended for /dev/null. ~Andrew
