coretemp: Replace cpu_sibling_mask() with topology_sibling_cpumask()
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Tue, 26 May 2015 13:11:30 +0000 (15:11 +0200)
committerIngo Molnar <mingo@kernel.org>
Wed, 27 May 2015 13:22:15 +0000 (15:22 +0200)
commit19a34eea4ff5ff08d971e3303936c12065f98862
tree8e4085050697e9d71574e213ad4ad14c2b294b59
parent54a5369487fc0a9506bbf31ab2e00e5dc5d6d4cd
coretemp: Replace cpu_sibling_mask() with topology_sibling_cpumask()

The former duplicates the functionality of the latter but is
neither documented nor arch-independent.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Acked-by: Guenter Roeck <linux@roeck-us.net>
Cc: Benoit Cousson <bcousson@baylibre.com>
Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Fenghua Yu <fenghua.yu@intel.com>
Cc: Jean Delvare <jdelvare@suse.de>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Oleg Drokin <oleg.drokin@intel.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Rafael J. Wysocki <rjw@rjwysocki.net>
Cc: Russell King <linux@arm.linux.org.uk>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Viresh Kumar <viresh.kumar@linaro.org>
Link: http://lkml.kernel.org/r/1432645896-12588-4-git-send-email-bgolaszewski@baylibre.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
drivers/hwmon/coretemp.c