regulator: lp8788-buck: Remove buck[1|2]_vout_addr array
[deliverable/linux.git] / init / main.c
index 155ac208d5812e0bf85b89406c982d4fd6ce03ad..85d69dffe8647bf284db0bf51ef75f5b318e9eda 100644 (file)
@@ -814,7 +814,6 @@ static int __ref kernel_init(void *unused)
        system_state = SYSTEM_RUNNING;
        numa_default_policy();
 
-       current->signal->flags |= SIGNAL_UNKILLABLE;
        flush_delayed_fput();
 
        if (ramdisk_execute_command) {
@@ -859,7 +858,7 @@ static void __init kernel_init_freeable(void)
        /*
         * init can allocate pages on any node
         */
-       set_mems_allowed(node_states[N_HIGH_MEMORY]);
+       set_mems_allowed(node_states[N_MEMORY]);
        /*
         * init can run on any cpu.
         */
This page took 0.02695 seconds and 5 git commands to generate.