Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1340015
| From | Thomas Gleixner <tglx@linutronix.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [patch V3 15/28] cpumask: Export cpumask_any_but |
| Date | 2016-02-22 23:30 +0100 |
| Message-ID | <r579r-4ce-99@gated-at.bofh.it> (permalink) |
| References | <r579n-4ce-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Almost every cpumask function is exported, just not the one I need to make the intel uncore driver modular. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> --- lib/cpumask.c | 1 + 1 file changed, 1 insertion(+) Index: b/lib/cpumask.c =================================================================== --- a/lib/cpumask.c +++ b/lib/cpumask.c @@ -41,6 +41,7 @@ int cpumask_any_but(const struct cpumask break; return i; } +EXPORT_SYMBOL(cpumask_any_but); /* These are not inline because of header tangles. */ #ifdef CONFIG_CPUMASK_OFFSTACK
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[patch V3 00/28] x86/perf/intel/uncore|rapl: Fix error handling and sanitize pmu management Thomas Gleixner <tglx@linutronix.de> - 2016-02-22 23:30 +0100
[patch V3 26/28] x86/perf/intel/rapl: Convert it to a per package facility Thomas Gleixner <tglx@linutronix.de> - 2016-02-22 23:30 +0100
[tip:perf/core] perf/x86/intel/rapl: Convert it to a per package facility tip-bot for Thomas Gleixner <tipbot@zytor.com> - 2016-02-29 12:20 +0100
[patch V3 05/28] x86/perf/intel_uncore: Cleanup hardware on exit Thomas Gleixner <tglx@linutronix.de> - 2016-02-22 23:30 +0100
[tip:perf/core] perf/x86/intel/uncore: Clean up hardware on exit tip-bot for Thomas Gleixner <tipbot@zytor.com> - 2016-02-29 12:10 +0100
[patch V3 15/28] cpumask: Export cpumask_any_but Thomas Gleixner <tglx@linutronix.de> - 2016-02-22 23:30 +0100
[tip:perf/core] cpumask: Export cpumask_any_but() tip-bot for Thomas Gleixner <tipbot@zytor.com> - 2016-02-29 12:20 +0100
[patch V3 10/28] x86/perf/intel_uncore: Store box in event->pmu_private Thomas Gleixner <tglx@linutronix.de> - 2016-02-22 23:30 +0100
[tip:perf/core] perf/x86/intel/uncore: Store box in event->pmu_private tip-bot for Thomas Gleixner <tipbot@zytor.com> - 2016-02-29 12:10 +0100
[patch V3 21/28] x86/perf/intel/rapl: Calculate timing once Thomas Gleixner <tglx@linutronix.de> - 2016-02-22 23:30 +0100
[tip:perf/core] perf/x86/intel/rapl: Calculate timing once tip-bot for Thomas Gleixner <tipbot@zytor.com> - 2016-02-29 12:20 +0100
csiph-web