diff options
| author | Mauricio Faria de Oliveira <[email protected]> | 2016-06-02 08:45:14 -0300 |
|---|---|---|
| committer | Michael Ellerman <[email protected]> | 2016-06-21 15:30:51 +1000 |
| commit | f8ab481066e7246e4b272233aa0b6948f5069f41 (patch) | |
| tree | ebea60914bca3da4c99dad75b060904db676597f /tools/perf/scripts/python | |
| parent | 16c19a2e983346c547501795aadffde1977b058d (diff) | |
powerpc: export cpu_to_core_id()
Export cpu_to_core_id(). This will be used by the lpfc driver.
This enables topology_core_id() from <linux/topology.h> (defined
to cpu_to_core_id() in arch/powerpc/include/asm/topology.h) to be
used by (non-builtin) modules.
That is arch-neutral, already used by eg, drivers/base/topology.c,
but it is builtin (obj-y in Makefile) thus didn't need the export.
Since the module uses topology_core_id() and this is defined to
cpu_to_core_id(), it needs the export, otherwise:
ERROR: "cpu_to_core_id" [drivers/scsi/lpfc/lpfc.ko] undefined!
Tested on next-20160601.
Signed-off-by: Mauricio Faria de Oliveira <[email protected]>
Signed-off-by: Michael Ellerman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions