Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1339367
| From | Thomas Gleixner <tglx@linutronix.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [patch V2 15/28] cpumask: Export cpumask_any_but |
| Date | 2016-02-22 12:20 +0100 |
| Message-ID | <r4WH0-4WG-15@gated-at.bofh.it> (permalink) |
| References | <r4Wxk-4RK-17@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 | Find similar | Unroll thread
[patch V2 15/28] cpumask: Export cpumask_any_but Thomas Gleixner <tglx@linutronix.de> - 2016-02-22 12:20 +0100
csiph-web