Paolo Mantegazza wrote:
Jan Kiszka wrote:
Hi,
while experimenting with recent kernel/rtai/compiler version, I
discovered the following tiny issue: rtai_lxrt (tested with 3.1 and
vesuvio cvs) does not export its symbols correctly on 2.4 kernels. The
reason can be retrieved from the attached patch, I guess ;).
What do you see with 2.4 without the condition macro wrapping the
EXPORT_SYMBOL?
I see rtai_lxrt only exporting linux_process_termination.
You either have to export the required symbols explicitely or let this
be done automatically for all symbols with specifying any EXPORT_SYMBOL
at all.
Jan