Explorar el Código

Removed some obsolete INIT_XXX constants.

tags/v0.9.3
Michael Brown hace 19 años
padre
commit
3204a1e941
Se han modificado 1 ficheros con 0 adiciones y 5 borrados
  1. 0
    5
      src/include/gpxe/init.h

+ 0
- 5
src/include/gpxe/init.h Ver fichero

35
 };
35
 };
36
 
36
 
37
 /* Use double digits to avoid problems with "10" < "9" on alphabetic sort */
37
 /* Use double digits to avoid problems with "10" < "9" on alphabetic sort */
38
-#define	INIT_LIBRM	01
39
 #define	INIT_CONSOLE	02
38
 #define	INIT_CONSOLE	02
40
 #define	INIT_CPU	03
39
 #define	INIT_CPU	03
41
 #define	INIT_TIMERS	04
40
 #define	INIT_TIMERS	04
42
-#define	INIT_PCIBIOS	05
43
-#define	INIT_MEMSIZES	06
44
-#define	INIT_RELOCATE	07
45
 #define	INIT_LOADBUF	08
41
 #define	INIT_LOADBUF	08
46
 #define	INIT_PCMCIA	09
42
 #define	INIT_PCMCIA	09
47
-#define	INIT_HEAP	10
48
 #define	INIT_RPC	11
43
 #define	INIT_RPC	11
49
 #define INIT_PROCESS	12
44
 #define INIT_PROCESS	12
50
 
45
 

Loading…
Cancelar
Guardar