From fd86c819ba559760b9bf7eaca1b21a0fd81ef6b6 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Tue, 3 Jul 2007 20:09:14 +0100 Subject: Use a linker-table based system to automatically mark and start up permanent processes, rather than requiring each one to have its own initialisation function. --- src/include/gpxe/init.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/include/gpxe/init.h') diff --git a/src/include/gpxe/init.h b/src/include/gpxe/init.h index bd4cd97d4..b13674ec7 100644 --- a/src/include/gpxe/init.h +++ b/src/include/gpxe/init.h @@ -42,7 +42,6 @@ struct init_fn { #define INIT_LOADBUF 08 #define INIT_PCMCIA 09 #define INIT_RPC 11 -#define INIT_PROCESS 12 /* Macro for creating an initialisation function table entry */ #define INIT_FN( init_order, init_func, reset_func, exit_func ) \ -- cgit v1.2.3-55-g7522