[Suspend-devel] gigabyte fortunate

2007-04-14 Thread Hewitt
DRIER AIR WILL FILTER IN THE WAKE OF THE FRONT SUNDAY. SCATTERED SHOWERS AND THUNDERSTORMS WILL CONTINUE ACROSS EASTERN OKLAHOMA AND NORTHWEST ARKANSAS. RAINFALL AMOUNTS WILL BE ONE TENTH INCH PER HOUR. SOURDOUGH CAMP 721 AM ADT FRI APR 13 2007 . SKAGWAY 6 AM ADT FRI APR 13 2007 . FRANCIS-TALLAHA

[Suspend-devel] 2VZW1

2007-04-14 Thread scarfqfpf
Hillo0 a2e - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.tec

Re: [Suspend-devel] [PATCH 2/2] s2ram: add PPC support

2007-04-14 Thread Luca Tettamanti
On 4/11/07, Pavel Machek <[EMAIL PROTECTED]> wrote: > > Add s2ram support for PPC architecture. s2ram.{c,h} contain the > > implementation of the required functions, used by the main file. The > > Makefile selects the correct platform files using $(ARCH) variable > > (autodetected by default, can b

Re: [Suspend-devel] [PATCH 2/2] s2ram: add PPC support

2007-04-14 Thread Luca Tettamanti
On 4/11/07, Tim Dijkstra <[EMAIL PROTECTED]> wrote: > Luca Tettamanti schreef: > > Add s2ram support for PPC architecture. s2ram.{c,h} contain the > > implementation of the required functions, used by the main file. The > > Makefile selects the correct platform files using $(ARCH) variable > > (aut

Re: [Suspend-devel] [PATCH 2/2] s2ram: add PPC support

2007-04-14 Thread Tim Dijkstra
On Wed, 11 Apr 2007 00:19:35 +0200 Luca Tettamanti <[EMAIL PROTECTED]> wrote: > Add s2ram support for PPC architecture. s2ram.{c,h} contain the > implementation of the required functions, used by the main file. The > Makefile selects the correct platform files using $(ARCH) variable > (autodetecte

Re: [Suspend-devel] [PATCH 2/2] s2ram: add PPC support

2007-04-14 Thread Tim Dijkstra
Hi, This patch fixes all my concerns I raised in the previous e-mail. It applies on top of lucas patch. So if you apply 1/2, I'll do this one on top. If everybody agrees that is... grts diff -urN a/Makefile b/Makefile --- a/Makefile 2007-04-14 22:55:32.0 +0200 +++ b/Makefile 2007-04-1

Re: [Suspend-devel] [PATCH 2/2] s2ram: add PPC support

2007-04-14 Thread Pavel Machek
Hi! > >> Add s2ram support for PPC architecture. s2ram.{c,h} contain the > >> implementation of the required functions, used by the main file. The > >> Makefile selects the correct platform files using $(ARCH) variable > >> (autodetected by default, can be overridden). > >> > >> PPC code is based

Re: [Suspend-devel] [PATCH 2/2] s2ram: add PPC support

2007-04-14 Thread Luca Tettamanti
Il Sat, Apr 14, 2007 at 11:09:01PM +0200, Tim Dijkstra ha scritto: > Hi, > > This patch fixes all my concerns I raised in the previous e-mail. It > applies on top of lucas patch. So if you apply 1/2, I'll do this one > on top. If everybody agrees that is... > > grts > > diff -urN a/Makefile b/