Re: Linux Core PM cpu_suspend() consolidation

2013-12-16 Thread Lorenzo Pieralisi
On Fri, Dec 06, 2013 at 12:39:56PM +, sandeep tripathy wrote: > Is there any rational why flush_cache_louis is necessary in cpu_suspend() > funciton ? Legacy. > After saving the context it does DCCIMVA ie writes to POC the affected lines. > So why we should clean the entire L1 here ? Leg

Re: Release Critical Test Result Summary of Linaro Android 13.12 Calender week 49.

2013-12-16 Thread Alex Zhang
Hi soumya, I am wondering why I have no permission to download the files under https://android-build.linaro.org/builds/~linaro-android-member-ti/panda-linaro/#build=490 . It looks like only the release build can be accessed by external user? thanks! On Thu, Dec 5, 2013 at 10:41 AM, Soumya Basak

Linux Core PM cpu_suspend() consolidation

2013-12-16 Thread sandeep tripathy
Is there any rational why flush_cache_louis is necessary in cpu_suspend() funciton ? After saving the context it does DCCIMVA ie writes to POC the affected lines. So why we should clean the entire L1 here ? It rather should be left to the platform dependent function called after __cpu_suspend ?