Re: [PATCH] Hibernation: Document __save_processor_state() on x86-64 (rev. 2)

2008-01-02 Thread Ingo Molnar
* Rafael J. Wysocki <[EMAIL PROTECTED]> wrote: > > > Document the fact that __save_processor_state() has to save all > > > CPU registers referred to by the kernel in case a different kernel > > > is used to load and restore a hibernation image containing it. > > > > > > Sigend-off-by: Rafael J

Re: [PATCH] Hibernation: Document __save_processor_state() on x86-64 (rev. 2)

2008-01-01 Thread Rafael J. Wysocki
On Wednesday, 2 of January 2008, Pavel Machek wrote: > On Sun 2007-12-30 23:13:51, Rafael J. Wysocki wrote: > > From: Rafael J. Wysocki <[EMAIL PROTECTED]> > > > > Document the fact that __save_processor_state() has to save all CPU > > registers referred to by the kernel in case a different kernel

Re: [PATCH] Hibernation: Document __save_processor_state() on x86-64 (rev. 2)

2008-01-01 Thread Pavel Machek
On Sun 2007-12-30 23:13:51, Rafael J. Wysocki wrote: > From: Rafael J. Wysocki <[EMAIL PROTECTED]> > > Document the fact that __save_processor_state() has to save all CPU > registers referred to by the kernel in case a different kernel is > used to load and restore a hibernation image containing i

[PATCH] Hibernation: Document __save_processor_state() on x86-64 (rev. 2)

2007-12-30 Thread Rafael J. Wysocki
From: Rafael J. Wysocki <[EMAIL PROTECTED]> Document the fact that __save_processor_state() has to save all CPU registers referred to by the kernel in case a different kernel is used to load and restore a hibernation image containing it. Sigend-off-by: Rafael J. Wysocki <[EMAIL PROTECTED]> ---