summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/sysfs-cluster.c
diff options
context:
space:
mode:
authorScott Williams <scwilliams@nvidia.com>2011-02-11 14:37:19 -0800
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:42:21 -0800
commita78b6e4de0623337c26447bf045084217af426eb (patch)
treea874497bfe8f3057dc7bf5cc3f338b41fe27c6a7 /arch/arm/mach-tegra/sysfs-cluster.c
parent41d47bdeca1b9eb34fd89fbe875bdab9208fb00c (diff)
arm: tegra: Fix initial boot to LP cluster
Forbid cluster switch to G cluster if the G cluster doesn't exist. Bug 791057 Original-Change-Id: I215de2581edf5fb3c1feaa00d1c6e0b52b15dc23 Reviewed-on: http://git-master/r/19302 Tested-by: Scott Williams <scwilliams@nvidia.com> Reviewed-by: Aleksandr Frid <afrid@nvidia.com> Reviewed-by: Scott Williams <scwilliams@nvidia.com> Original-Change-Id: Id0a7e5ad62df4d1638518fe00715aac60e4efea9 Rebase-Id: Re39a0fedb7bb0e2518cfd56d46c6565d4a6c2ef4
Diffstat (limited to 'arch/arm/mach-tegra/sysfs-cluster.c')
-rw-r--r--arch/arm/mach-tegra/sysfs-cluster.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-tegra/sysfs-cluster.c b/arch/arm/mach-tegra/sysfs-cluster.c
index a16b09c3a236..eaded6c2fc70 100644
--- a/arch/arm/mach-tegra/sysfs-cluster.c
+++ b/arch/arm/mach-tegra/sysfs-cluster.c
@@ -104,9 +104,6 @@
#define PRINT_CLUSTER(x)
#endif
-#define FLOW_CTRL_CLUSTER_CONTROL \
- (IO_ADDRESS(TEGRA_FLOW_CTRL_BASE) + 0x2c)
-
static struct kobject *cluster_kobj;
static spinlock_t cluster_lock;
static unsigned int flags = 0;