Skip to content
  • Arnd Bergmann's avatar
    f740949d
    soc: a64fx-diag: disable modular build · f740949d
    Arnd Bergmann authored
    
    
    The NMI infrastructure cannot currently be used in loadable modules:
    
    ERROR: modpost: "free_nmi" [drivers/soc/fujitsu/a64fx-diag.ko] undefined!
    ERROR: modpost: "request_nmi" [drivers/soc/fujitsu/a64fx-diag.ko] undefined!
    ERROR: modpost: "enable_nmi" [drivers/soc/fujitsu/a64fx-diag.ko] undefined!
    
    Disable this for now to make allmodconfig build again. We may revisit
    this and export those symbols instead in the future.
    
    Reported-by: default avatarSudip Mukherjee <[email protected]>
    Signed-off-by: default avatarArnd Bergmann <[email protected]>
    f740949d
    soc: a64fx-diag: disable modular build
    Arnd Bergmann authored
    
    
    The NMI infrastructure cannot currently be used in loadable modules:
    
    ERROR: modpost: "free_nmi" [drivers/soc/fujitsu/a64fx-diag.ko] undefined!
    ERROR: modpost: "request_nmi" [drivers/soc/fujitsu/a64fx-diag.ko] undefined!
    ERROR: modpost: "enable_nmi" [drivers/soc/fujitsu/a64fx-diag.ko] undefined!
    
    Disable this for now to make allmodconfig build again. We may revisit
    this and export those symbols instead in the future.
    
    Reported-by: default avatarSudip Mukherjee <[email protected]>
    Signed-off-by: default avatarArnd Bergmann <[email protected]>
Loading