Loading drivers/xen/pcpu.c +1 −2 Original line number Diff line number Diff line Loading @@ -278,7 +278,6 @@ static int sync_pcpu(uint32_t cpu, uint32_t *max_cpu) * Only those at cpu present map has its sys interface. */ if (info->flags & XEN_PCPU_FLAGS_INVALID) { if (pcpu) unregister_and_remove_pcpu(pcpu); return 0; } Loading Loading
drivers/xen/pcpu.c +1 −2 Original line number Diff line number Diff line Loading @@ -278,7 +278,6 @@ static int sync_pcpu(uint32_t cpu, uint32_t *max_cpu) * Only those at cpu present map has its sys interface. */ if (info->flags & XEN_PCPU_FLAGS_INVALID) { if (pcpu) unregister_and_remove_pcpu(pcpu); return 0; } Loading