lkml.org 
[lkml]   [2019]   [Dec]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 11/24] arch/setup: Drop dummy_con initialization
    Date
    con_init in tty/vt.c will now set conswitchp to dummy_con if it's unset.
    Drop it from arch setup code.

    Signed-off-by: Arvind Sankar <nivedita@alum.mit.edu>
    ---
    arch/microblaze/kernel/setup.c | 4 ----
    1 file changed, 4 deletions(-)

    diff --git a/arch/microblaze/kernel/setup.c b/arch/microblaze/kernel/setup.c
    index 522a0c5d9c59..511c1ab7f57f 100644
    --- a/arch/microblaze/kernel/setup.c
    +++ b/arch/microblaze/kernel/setup.c
    @@ -65,10 +65,6 @@ void __init setup_arch(char **cmdline_p)
    microblaze_cache_init();

    xilinx_pci_init();
    -
    -#if defined(CONFIG_DUMMY_CONSOLE)
    - conswitchp = &dummy_con;
    -#endif
    }

    #ifdef CONFIG_MTD_UCLINUX
    --
    2.24.1
    \
     
     \ /
      Last update: 2019-12-18 21:41    [W:3.137 / U:0.380 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site