summaryrefslogtreecommitdiff
path: root/reference/C/MISC/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'reference/C/MISC/Makefile.am')
-rw-r--r--reference/C/MISC/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/reference/C/MISC/Makefile.am b/reference/C/MISC/Makefile.am
new file mode 100644
index 0000000..600e306
--- /dev/null
+++ b/reference/C/MISC/Makefile.am
@@ -0,0 +1,6 @@
+EXTRA_DIST = $(wildcard *.html) $(wildcard *.htm) $(wildcard *.gif)
+SUBDIRS = CLASSES
+docs_DATA = $(EXTRA_DIST)
+
+docsdir = $(kde_htmldir)/en/kdevelop/$(subdir)
+
ding to DT information
Use cpu compatibility field and clock-frequency field of DT to estimate the capacity of each core of the system and to update the cpu_power field accordingly. This patch enables to put more running tasks on big cores than on LITTLE ones. But this patch doesn't ensure that long running tasks will run on big cores and short ones on LITTLE cores. Signed-off-by: Vincent Guittot <vincent.guittot@linaro.org> Reviewed-by: Namhyung Kim <namhyung@kernel.org> Acked-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/kernel')