Re: [PATCH][BUG] fix bug in ACPI based CPU hotplug

From: Andrew Morton
Date: Wed Mar 08 2006 - 02:34:44 EST


Kenji Kaneshige <kaneshige.kenji@xxxxxxxxxxxxxxxx> wrote:
>
> This patch fixes a serious bug in ACPI based CPU hotplug code. Because
> of this bug, ACPI based CPU hotplug will always fail if NR_CPUS is
> equal to or more than 255.

Looks rather similar to
ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.16-rc5/2.6.16-rc5-mm3/broken-out/acpi-signedness-fix-2.patch
;)

I think they're functionally equivalent - the only difference is the ==-1
versus <0 comparisons.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/