]> git.baikalelectronics.ru Git - kernel.git/commit
alpha: math-emu: Fix modular build
authorBen Hutchings <ben@decadent.org.uk>
Wed, 19 Jul 2017 00:02:04 +0000 (01:02 +0100)
committerMatt Turner <mattst88@gmail.com>
Mon, 4 Sep 2017 19:04:34 +0000 (12:04 -0700)
commitfbd2d5a03b6cc7fb24941ce9dda17de086bb663a
tree1a5bd7df0364b7fbbb0452b80376c496838e3656
parent11f06a5bf43d4dbb9c67ce729d05dcf2ec34a379
alpha: math-emu: Fix modular build

Commit b0fee5719d67 ("alpha: move exports to actual definitions") also
removed the exports of the math emulator hooks, which are defined in C
code.  In case anyone cares about the option of CONFIG_MATHEMU=m, add
exports next to those definitions.  Also add a MODULE_LICENSE.

Fixes: b0fee5719d67 ("alpha: move exports to actual definitions")
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: Matt Turner <mattst88@gmail.com>
arch/alpha/kernel/traps.c
arch/alpha/math-emu/math.c