summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Medhurst (Tixy) <tixy@linaro.org>2013-07-22 16:03:33 +0100
committerAndrey Konovalov <andrey.konovalov@linaro.org>2013-10-11 18:07:37 +0400
commitc0e398c58254b63f20a0d84b057cb877d8fdc5f1 (patch)
treeef0a4281abb16e9a40801287ccc6a18b7d708bf1
parent081b66e2265bb333ce03f02d90d2fd44c5ed17d9 (diff)
Getting IKS into linux-linaro for 13.08tracking-fixup_iks_linaro-android-llct-20131011.0
Hi Andrey I have two topic branches in the ARM LT tree containing IKS bits suitable for inclusion into llct... tracking-armlt-iks is a rebase of Nicolas's iks branch [1] with the big.LITTLE MP config fragment added. tracking-armlt-iks-cpufreq is the cpufreq bits for IKS. Note, when IKS and Android are merged, there is a fixup required which doesn't show up as a conflict because both topic increase NR_IPI to 7. The fix is to set it to 8 as the patch at the end of this mail does. [1] git://git.linaro.org/people/nico/linux.git iks -- Tixy From: Jon Medhurst <tixy@linaro.org> Date: Mon, 22 Jul 2013 15:37:29 +0100 Subject: [PATCH] Fixup IKS and Android merge Signed-off-by: Jon Medhurst <tixy@linaro.org>
-rw-r--r--arch/arm/include/asm/hardirq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/include/asm/hardirq.h b/arch/arm/include/asm/hardirq.h
index 3d7351c844aa..fe3ea776dc34 100644
--- a/arch/arm/include/asm/hardirq.h
+++ b/arch/arm/include/asm/hardirq.h
@@ -5,7 +5,7 @@
#include <linux/threads.h>
#include <asm/irq.h>
-#define NR_IPI 7
+#define NR_IPI 8
typedef struct {
unsigned int __softirq_pending;