lkml.org 
[lkml]   [2019]   [Aug]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[RFC PATCH v2 02/19] RISC-V: Export few kernel symbols
    Date
    From: Atish Patra <atish.patra@wdc.com>

    Export few symbols used by kvm module. Without this, kvm cannot
    be compiled as a module.

    Signed-off-by: Atish Patra <atish.patra@wdc.com>
    Signed-off-by: Anup Patel <anup.patel@wdc.com>
    ---
    arch/riscv/kernel/smp.c | 2 +-
    arch/riscv/kernel/time.c | 1 +
    2 files changed, 2 insertions(+), 1 deletion(-)

    diff --git a/arch/riscv/kernel/smp.c b/arch/riscv/kernel/smp.c
    index 5a9834503a2f..402979f575de 100644
    --- a/arch/riscv/kernel/smp.c
    +++ b/arch/riscv/kernel/smp.c
    @@ -193,4 +193,4 @@ void smp_send_reschedule(int cpu)
    {
    send_ipi_message(cpumask_of(cpu), IPI_RESCHEDULE);
    }
    -
    +EXPORT_SYMBOL_GPL(smp_send_reschedule);
    diff --git a/arch/riscv/kernel/time.c b/arch/riscv/kernel/time.c
    index 541a2b885814..9dd1f2e64db1 100644
    --- a/arch/riscv/kernel/time.c
    +++ b/arch/riscv/kernel/time.c
    @@ -9,6 +9,7 @@
    #include <asm/sbi.h>

    unsigned long riscv_timebase;
    +EXPORT_SYMBOL_GPL(riscv_timebase);

    void __init time_init(void)
    {
    --
    2.17.1
    \
     
     \ /
      Last update: 2019-08-02 09:47    [W:4.064 / U:0.260 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site