aboutsummaryrefslogtreecommitdiff
path: root/lib/mpi/mpi-mod.c
diff options
context:
space:
mode:
authorJohannes Berg <[email protected]>2023-02-10 22:05:09 +0100
committerRichard Weinberger <[email protected]>2023-04-20 23:05:35 +0200
commit6d708d1a0d81fe85a114766ff6beb3037fa77429 (patch)
treec99ec404cbcc12cf9197402a81098a3dda6dece8 /lib/mpi/mpi-mod.c
parent8c6174503c7b7134c22072b45f92724c8a959f06 (diff)
um: don't export printf()
Since printf() cannot be used in kernel threads (it uses too much stack space) don't export it for modules either. This should leave us exporting only things that are absolutely critical (such as memset and friends) and things that are injected by the compiler (stack guard and similar.) Signed-off-by: Johannes Berg <[email protected]> Signed-off-by: Richard Weinberger <[email protected]>
Diffstat (limited to 'lib/mpi/mpi-mod.c')
0 files changed, 0 insertions, 0 deletions