| Submitter | Chris Torek |
|---|---|
| Date | Feb. 4, 2010, 11:25 a.m. |
| Message ID | <73c852f8f8035f5a432fba64e58b39737e2adde5.1265231569.git.chris.torek@windriver.com> |
| Download | mbox | patch |
| Permalink | /patch/44462/ |
| State | Not Applicable |
| Delegated to: | David Miller |
| Headers | show |
Comments
Patch
diff --git a/arch/sparc/kernel/cpumap.c b/arch/sparc/kernel/cpumap.c index 7430ed0..8aa308f 100644 --- a/arch/sparc/kernel/cpumap.c +++ b/arch/sparc/kernel/cpumap.c @@ -421,6 +421,12 @@ int map_to_cpu(unsigned int index) } EXPORT_SYMBOL(map_to_cpu); +/* Override default implementation in net/core/dev.c */ +int netdev_map_to_cpu(unsigned int index) +{ + return map_to_cpu(index); +} + void cpu_map_rebuild(void) { unsigned long flag;