I get 3 similar errors on my dsdt.dsl which i extracted and fixed some things but I have 3 more(all of them are about _PR_.CPU0._PPC which is defined as external when I extract dsdt):

External (_PR_.CPU0._PPC, MethodObj) // 3 Arguments

The 1st point is:

Method (TDWN, 0, NotSerialized)

{

If (LLess (_PR.CPU0._PPC (PSTM, Increment (_PR.CPU0._PPC), If (LLess (_PR.CPU0._PPC (PSTM,

Increment (_PR.CPU0._PPC), _SB.PCI0.LPCB.PPCC ()))) {}))) {}

}

where I get error " syntax error, unexpected PARSEOP_IF, expecting ',', or ')'

Please, anyone to help(it's the last thing in order to use the GT330M on my hacbook)