Skip to content

Commit

Permalink
percpu: remove export of pcpu_base_addr
Browse files Browse the repository at this point in the history
This is not needed by any modules, so remove the export.

Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Reviewed-by: Christoph Hellwig <[email protected]>
Cc: Dennis Zhou <[email protected]>
Cc: Tejun Heo <[email protected]>
Cc: Christoph Lameter <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
gregkh authored and torvalds committed Sep 8, 2021
1 parent 0a9d991 commit 3843c50
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mm/percpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ static unsigned int pcpu_high_unit_cpu __ro_after_init;

/* the address of the first chunk which starts with the kernel static area */
void *pcpu_base_addr __ro_after_init;
EXPORT_SYMBOL_GPL(pcpu_base_addr);

static const int *pcpu_unit_map __ro_after_init; /* cpu -> unit */
const unsigned long *pcpu_unit_offsets __ro_after_init; /* cpu -> unit offset */
Expand Down

0 comments on commit 3843c50

Please sign in to comment.