Hi,
A while back I proposed a patch to support powerpc. The comments where
that it was a bit ugly with all those #ifdef's. Now the question is how
do I do this neatly?
Of all the functions in s2ram there is only one that would be really
duplicated. Then there is main() en a few functions that we
On Friday, 6 April 2007 00:19, Tim Dijkstra wrote:
> Hi,
>
> A while back I proposed a patch to support powerpc. The comments where
> that it was a bit ugly with all those #ifdef's. Now the question is how
> do I do this neatly?
>
> Of all the functions in s2ram there is only one that would be re
On 4/6/07, Tim Dijkstra <[EMAIL PROTECTED]> wrote:
> A while back I proposed a patch to support powerpc. The comments where
> that it was a bit ugly with all those #ifdef's. Now the question is how
> do I do this neatly?
[...]
> I could solve this as Stefan suggested like this:
>
> #ifdef CONFIG_PP
Il Fri, Apr 06, 2007 at 01:24:13AM +0200, Luca Tettamanti ha scritto:
> On 4/6/07, Tim Dijkstra <[EMAIL PROTECTED]> wrote:
> >A while back I proposed a patch to support powerpc. The comments where
> >that it was a bit ugly with all those #ifdef's. Now the question is how
> >do I do this neatly?
>