Reactos

[NTOS:KE] Both KeFindConfigurationEntry() and KeFindConfigurationNextEntry() functions are exported by NTOSKRNL, so they definitively must NOT be in the discardable INIT section!!

Noticed while reviewing c7d1ff4a.

-2
-2
ntoskrnl/ke/config.c
··· 17 17 /* 18 18 * @implemented 19 19 */ 20 - CODE_SEG("INIT") 21 20 PCONFIGURATION_COMPONENT_DATA 22 21 NTAPI 23 22 KeFindConfigurationEntry(IN PCONFIGURATION_COMPONENT_DATA Child, ··· 38 37 /* 39 38 * @implemented 40 39 */ 41 - CODE_SEG("INIT") 42 40 PCONFIGURATION_COMPONENT_DATA 43 41 NTAPI 44 42 KeFindConfigurationNextEntry(IN PCONFIGURATION_COMPONENT_DATA Child,