mirror of
https://github.com/reactos/reactos.git
synced 2025-06-01 23:48:12 +00:00
[NTOS] Move two CODE_SEG("INIT") to a better place.
This commit is contained in:
parent
1fd730b781
commit
fe9ac14aa3
2 changed files with 3 additions and 2 deletions
|
@ -26,7 +26,8 @@ static KEVENT IopPnpNotifyEvent;
|
|||
|
||||
/* FUNCTIONS *****************************************************************/
|
||||
|
||||
NTSTATUS CODE_SEG("INIT")
|
||||
CODE_SEG("INIT")
|
||||
NTSTATUS
|
||||
IopInitPlugPlayEvents(VOID)
|
||||
{
|
||||
InitializeListHead(&IopPnpEventQueueHead);
|
||||
|
|
|
@ -440,9 +440,9 @@ MiSetupPfnForPageTable(
|
|||
Pfn->u2.ShareCount++;
|
||||
}
|
||||
|
||||
CODE_SEG("INIT")
|
||||
static
|
||||
VOID
|
||||
CODE_SEG("INIT")
|
||||
MiBuildPfnDatabaseFromPageTables(VOID)
|
||||
{
|
||||
PVOID Address = NULL;
|
||||
|
|
Loading…
Reference in a new issue