Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1562791

[PATCH 4/7] arm: remove wrong CONFIG_PROC_SYSCTL ifdef

From Juri Lelli <juri.lelli@arm.com>
Newsgroups linux.kernel
Subject [PATCH 4/7] arm: remove wrong CONFIG_PROC_SYSCTL ifdef
Date 2017-01-19 15:50 +0100
Message-ID <t1mci-2Mr-31@gated-at.bofh.it> (permalink)
References <t1m2B-2HP-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


The sysfs cpu_capacity entry for each CPU has nothing to do with
PROC_FS, nor it's in /proc/sys path.

Remove such ifdef.

Cc: Russell King <linux@arm.linux.org.uk>
Reported-and-suggested-by: Sudeep Holla <sudeep.holla@arm.com>
Fixes: 7e5930aaef5d ('ARM: 8622/3: add sysfs cpu_capacity attribute')
Signed-off-by: Juri Lelli <juri.lelli@arm.com>
---
 arch/arm/kernel/topology.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/arm/kernel/topology.c b/arch/arm/kernel/topology.c
index b439f7fff86b..c760a321935b 100644
--- a/arch/arm/kernel/topology.c
+++ b/arch/arm/kernel/topology.c
@@ -56,7 +56,6 @@ static void set_capacity_scale(unsigned int cpu, unsigned long capacity)
 	per_cpu(cpu_scale, cpu) = capacity;
 }
 
-#ifdef CONFIG_PROC_SYSCTL
 static ssize_t cpu_capacity_show(struct device *dev,
 				 struct device_attribute *attr,
 				 char *buf)
@@ -113,7 +112,6 @@ static int register_cpu_capacity_sysctl(void)
 	return 0;
 }
 subsys_initcall(register_cpu_capacity_sysctl);
-#endif
 
 #ifdef CONFIG_OF
 struct cpu_efficiency {
-- 
2.10.0

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 0/7]  Fix issues and factorize arm/arm64 capacity information code Juri Lelli <juri.lelli@arm.com> - 2017-01-19 15:40 +0100
  [PATCH 2/7] Documentation/ABI: add information about cpu_capacity Juri Lelli <juri.lelli@arm.com> - 2017-01-19 15:50 +0100
  [PATCH 7/7] arm,arm64,drivers: reduce scope of cap_parsing_failed Juri Lelli <juri.lelli@arm.com> - 2017-01-19 15:50 +0100
  [PATCH 4/7] arm: remove wrong CONFIG_PROC_SYSCTL ifdef Juri Lelli <juri.lelli@arm.com> - 2017-01-19 15:50 +0100
  [PATCH 6/7] arm, arm64: factorize common cpu capacity default code Juri Lelli <juri.lelli@arm.com> - 2017-01-19 15:50 +0100
    Re: [PATCH 6/7] arm, arm64: factorize common cpu capacity default  code Russell King - ARM Linux <linux@armlinux.org.uk> - 2017-01-19 16:00 +0100
      Re: [PATCH 6/7] arm, arm64: factorize common cpu capacity default  code Juri Lelli <juri.lelli@arm.com> - 2017-01-19 17:00 +0100
    Re: [PATCH 6/7] arm, arm64: factorize common cpu capacity default  code Dietmar Eggemann <dietmar.eggemann@arm.com> - 2017-01-19 17:20 +0100
      Re: [PATCH 6/7] arm, arm64: factorize common cpu capacity default  code Juri Lelli <juri.lelli@arm.com> - 2017-01-20 11:50 +0100
  Re: [PATCH 0/7]  Fix issues and factorize arm/arm64 capacity  information code Juri Lelli <juri.lelli@arm.com> - 2017-01-30 13:30 +0100
    Re: [PATCH 0/7]  Fix issues and factorize arm/arm64 capacity  information code Catalin Marinas <catalin.marinas@arm.com> - 2017-01-30 19:00 +0100
      Re: [PATCH 0/7]  Fix issues and factorize arm/arm64 capacity  information code Juri Lelli <juri.lelli@arm.com> - 2017-01-30 19:30 +0100

csiph-web