RE: [PATCH 1/6]sep initializing rework

2005-04-12 Thread Protasevich, Natalie
triggers sysfs node for this processor. Thanks, --Natalie -Original Message- From: Zwane Mwaikambo [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 12, 2005 6:08 AM To: Li Shaohua Cc: lkml; ACPI-DEV; Len Brown; Pavel Machek; Andrew Morton; Protasevich, Natalie; Ryan Harper Subject: Re: [PATCH

RE: [PATCH 1/6]sep initializing rework

2005-04-12 Thread Li Shaohua
doesn't really hotremove a CPU, so I just ignored the sysfs/ACPI issues. Thanks, Shaohua > > -Original Message----- > From: Zwane Mwaikambo [mailto:[EMAIL PROTECTED] > Sent: Tuesday, April 12, 2005 6:08 AM > To: Li Shaohua > Cc: lkml; ACPI-DEV; Len Brown; Pavel Machek;

RE: [Hotplug_sig] RE: [PATCH 1/6]sep initializing rework

2005-04-12 Thread Protasevich, Natalie
> I forgot to mention that while working on the patch, > I found a problem with ACPI driver while counting number of records > in acpi_table_parse_madt_family() (drivers/acpi/tables.c). > It always returns 0 for the number of records, so this should be > fixed for my patch to work properly, si

RE: [Hotplug_sig] RE: [PATCH 1/6]sep initializing rework

2005-04-12 Thread Protasevich, Natalie
. Get rid of the * initmem segments and start the user-mode stuff.. */ +#infdef CONFIG_HOTPLUG_CPU free_initmem(); +#endif unlock_kernel(); system_state = SYSTEM_RUNNING; numa_default_policy(); -Original Message- From: [EMAIL PROTECTED] [mai

Re: [PATCH 1/6]sep initializing rework

2005-04-12 Thread Zwane Mwaikambo
Hello Shaohua, On Tue, 12 Apr 2005, Li Shaohua wrote: > These patches (together with 5 patches followed this one) are updated > suspend/resume SMP patches. The patches fixed some bugs and do clean up > as suggested. Now they work for both suspend-to-ram and suspend-to-disk. > Patches are against