Re: [PATCH] Modify for Android build system.

2012-06-15 Thread Daniel Lezcano
On 06/15/2012 08:38 AM, Kejun Zhou wrote: > The name of the scripts is the name of Android's target module too. > Android build system needs the module dependencies being listed by the full > name. I understand but why it is not possible to do something like: CPUIDLE=$(wildcard cpuidle/*.sh) ?

Re: [RFC] tmp.perf/core branch with event_name changes and some more

2012-06-15 Thread Dmitry Antipov
On 06/12/2012 09:05 PM, Arnaldo Carvalho de Melo wrote: Could you please check out if my tmp.perf/core branch fixes the problems reported lately about event name mismatches from perf.data files collected in other machines, etc. As of a8dfce8b37b2e0d216860191cd50fde501eeb036, perf sched

Re: [PATCH] Modify for Android build system.

2012-06-15 Thread Kejun Zhou
I'd like to write a clear and smart Android.mk too. I tried the following Android.mk, systemtarball: $(CPUHOTPLUG) $(CPUIDLE) $(INCLUDE) $(SCHED_MC) $(SUSPEND) $(THERMAL) $(UTILS) $(wildcard cpufreq/*.sh) All the modules except the cpufreq* will be build. I think Android build system need the n

[PATCH] When building a XIP kernel, use physical memory as scratch space instead since we're probably running of a read-only medium.

2012-06-15 Thread Wallace Wadge
Signed-off-by: Wallace Wadge --- arch/arm/mm/proc-v7.S |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/arch/arm/mm/proc-v7.S b/arch/arm/mm/proc-v7.S index f1c8486..50b4f03 100644 --- a/arch/arm/mm/proc-v7.S +++ b/arch/arm/mm/proc-v7.S @@ -170,7 +170,11 @@ __v7_ca15mp_s