Hi, I would like to shorten the boot time in our system if possible.
In xen/common/warning.c there is warning_print() which contains a 3 seconds loop that calls process_pending_softirqs().
What would the potential problems be if that loop is radically shortened? /Anders