]> xenbits.xensource.com Git - xen.git/commitdiff
livepatch: adjust a stale comment
authorJan Beulich <jbeulich@suse.com>
Wed, 16 Dec 2020 15:43:32 +0000 (16:43 +0100)
committerJan Beulich <jbeulich@suse.com>
Wed, 16 Dec 2020 15:43:32 +0000 (16:43 +0100)
As of 005de45c887e ("xen: do live patching only from main idle loop")
the comment ahead of livepatch_do_action() has been stale.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
xen/common/livepatch.c

index 81ceafce9805d99e771d92ea626585801d55ebfd..7118551b27e21a1825a1545508d459280d3f42ce 100644 (file)
@@ -1392,8 +1392,8 @@ static inline bool was_action_consistent(const struct payload *data, livepatch_f
 }
 
 /*
- * This function is executed having all other CPUs with no deep stack (we may
- * have cpu_idle on it) and IRQs disabled.
+ * This function is executed having all other CPUs with no deep stack (when
+ * idle) and IRQs disabled.
  */
 static void livepatch_do_action(void)
 {