]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/mini-os.git/commit
mini-os: drop shutdown variables when CONFIG_XENBUS=n
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Thu, 6 Dec 2012 09:22:31 +0000 (09:22 +0000)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Thu, 6 Dec 2012 09:22:31 +0000 (09:22 +0000)
commitd3fc78cd3a78f8d241c35f254fd389412c7cb9c2
tree916b73a29502262bc3c52d372c39ad4e1439ac4a
parentce9be0425a5fd4f09b316711e01c47dfd13f9e39
mini-os: drop shutdown variables when CONFIG_XENBUS=n

Shutdown variables are meaningless when CONFIG_XENBUS=n since no
shutdown event will ever happen.  Better make sure that no code tries
to use it and never get the hoped shutdown event.

Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
Committed-by: Keir Fraser <keir@xen.org>
kernel.c