From 8ee40e75ed85eb1207e6183e80f2b57f27d3894d Mon Sep 17 00:00:00 2001 From: Richard Carlsson Date: Wed, 23 May 2018 11:56:20 +0200 Subject: Drop otp_ring0, using erl_init instead --- erts/emulator/Makefile.in | 3 +-- erts/emulator/beam/erl_init.c | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'erts/emulator') diff --git a/erts/emulator/Makefile.in b/erts/emulator/Makefile.in index 2101e4ffdd..2f3bec32ba 100644 --- a/erts/emulator/Makefile.in +++ b/erts/emulator/Makefile.in @@ -631,8 +631,7 @@ GENERATE += $(TTF_DIR)/driver_tab.c # This list must be consistent with PRE_LOADED_MODULES in # erts/preloaded/src/Makefile. -PRELOAD_BEAM = $(ERL_TOP)/erts/preloaded/ebin/otp_ring0.beam \ - $(ERL_TOP)/erts/preloaded/ebin/erts_code_purger.beam \ +PRELOAD_BEAM = $(ERL_TOP)/erts/preloaded/ebin/erts_code_purger.beam \ $(ERL_TOP)/erts/preloaded/ebin/erl_init.beam \ $(ERL_TOP)/erts/preloaded/ebin/init.beam \ $(ERL_TOP)/erts/preloaded/ebin/prim_buffer.beam \ diff --git a/erts/emulator/beam/erl_init.c b/erts/emulator/beam/erl_init.c index 57c6c10c7f..f505ed6048 100644 --- a/erts/emulator/beam/erl_init.c +++ b/erts/emulator/beam/erl_init.c @@ -2256,7 +2256,7 @@ erl_start(int argc, char **argv) erts_initialized = 1; - erts_init_process_id = erl_first_process_otp("otp_ring0", NULL, 0, + erts_init_process_id = erl_first_process_otp("erl_init", NULL, 0, boot_argc, boot_argv); { -- cgit v1.2.3