]> xenbits.xensource.com Git - people/pauldu/xenbus.git/commitdiff
Fix assertion failure in WLK Hot Add Device Test
authorPaul Durrant <paul.durrant@citrix.com>
Wed, 9 Dec 2015 13:29:12 +0000 (13:29 +0000)
committerPaul Durrant <paul.durrant@citrix.com>
Wed, 9 Dec 2015 13:29:12 +0000 (13:29 +0000)
SystemProcessorChangeCallback needs to whitelist another processor state
change.

Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
src/xen/system.c

index 19340114864bcf02359373f64cba3e1f6deb43e0..3905273e2650d2de6c31015b8ed199e3288d84ef 100644 (file)
@@ -692,6 +692,9 @@ SystemProcessorChangeCallback(
                                      NULL);
         break;
     }
+    case KeProcessorAddFailureNotify:
+        break;
+
     default:
         ASSERT(FALSE);
         break;