• Michal Simek's avatar
    microblaze: Fix tlb_skip variable on noMMU system · a28d73ca
    Michal Simek authored
    TLBs are available only for MMU systems.
    
    Error log:
    arch/microblaze/kernel/setup.c: In function 'debugfs_tlb':
    arch/microblaze/kernel/setup.c:217: error: 'tlb_skip' undeclared (first use in this function)
    arch/microblaze/kernel/setup.c:217: error: (Each undeclared identifier is reported only once
    arch/microblaze/kernel/setup.c:217: error: for each function it appears in.)
    make[1]: *** [arch/microblaze/kernel/setup.o] Error 1
    Signed-off-by: default avatarMichal Simek <monstr@monstr.eu>
    a28d73ca
setup.c 6.27 KB