From: Ian Campbell Date: Wed, 10 Jan 2007 09:39:24 +0000 (+0000) Subject: [LINUX] Clarify comment in xen_machine_kexec_setup_resources(). X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~15422^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=0257938d1107165c9857a28b7c51991d0873b72b;p=xen.git [LINUX] Clarify comment in xen_machine_kexec_setup_resources(). Noticed by Horms. Signed-off-by: Ian Campbell --- diff --git a/linux-2.6-xen-sparse/drivers/xen/core/machine_kexec.c b/linux-2.6-xen-sparse/drivers/xen/core/machine_kexec.c index a16e9d9a22..41b1405ff7 100644 --- a/linux-2.6-xen-sparse/drivers/xen/core/machine_kexec.c +++ b/linux-2.6-xen-sparse/drivers/xen/core/machine_kexec.c @@ -98,8 +98,8 @@ void xen_machine_kexec_setup_resources(void) err: /* * It isn't possible to free xen_phys_cpus this early in the - * boot. Since failure at this stage is unexpected and the - * amount is small we leak the memory. + * boot. Failure at this stage is unexpected and the amount of + * memory is small therefore we tolerate the potential leak. */ xen_max_nr_phys_cpus = 0; return;