mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 20:23:34 +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 *****************************************************************/
|
/* FUNCTIONS *****************************************************************/
|
||||||
|
|
||||||
NTSTATUS CODE_SEG("INIT")
|
CODE_SEG("INIT")
|
||||||
|
NTSTATUS
|
||||||
IopInitPlugPlayEvents(VOID)
|
IopInitPlugPlayEvents(VOID)
|
||||||
{
|
{
|
||||||
InitializeListHead(&IopPnpEventQueueHead);
|
InitializeListHead(&IopPnpEventQueueHead);
|
||||||
|
|
|
@ -440,9 +440,9 @@ MiSetupPfnForPageTable(
|
||||||
Pfn->u2.ShareCount++;
|
Pfn->u2.ShareCount++;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
CODE_SEG("INIT")
|
||||||
static
|
static
|
||||||
VOID
|
VOID
|
||||||
CODE_SEG("INIT")
|
|
||||||
MiBuildPfnDatabaseFromPageTables(VOID)
|
MiBuildPfnDatabaseFromPageTables(VOID)
|
||||||
{
|
{
|
||||||
PVOID Address = NULL;
|
PVOID Address = NULL;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue