commit | 4f8c85272c5e7ea1f2fe15d866835bc6f8fc996f | [log] [tgz] |
---|---|---|
author | Cyril Roelandt <tipecaml@gmail.com> | Tue Feb 12 05:01:53 2013 +0100 |
committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | Wed Feb 13 15:40:33 2013 -0500 |
tree | 14271e11a7ca318564d96ac1f7bd235b3b5cda1e | |
parent | 13d2b4d11d69a92574a55bfd985cfb0ca77aebdc [diff] |
xen: remove redundant NULL check before unregister_and_remove_pcpu(). unregister_and_remove_pcpu on a NULL pointer is a no-op, so the NULL check in sync_pcpu can be removed. Signed-off-by: Cyril Roelandt <tipecaml@gmail.com> Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>