Hi Guys, 
  
Sorry for the late reply, been partying a bit this weekend. 
  
Ok, so what you need todo is to copy the kext to your usb pen, boot from it and open terminal. 
  
In the terminal: 
  
 1. Mount your HD via the >>>    mount -uw /    
 2. Remove the "old" AppleACPIPlatform.kext  
  
rm -Rf /System/Library/Extensions/AppleACPIPlatform.kext 
  
 3. copy the 10.7.3 kext to sle 
cp -R /AppleACPIPlatform.kext /System/Library/Extensions/ 
  
 4. Set correct permissions on file 
  
chmod -R 755 /System/Library/Extensions/AppleACPIPlatform.kext 
chown -R root:wheel /System/Library/Extensions/AppleACPIPlatform.kext 
  
Reboot with the following flags in chameleon 
  
-v -f UseKernelCache=no 
  
If you use EDP, then when you are inside OSX; do a new build