- Remove corresponding kernel hack.

svn path=/trunk/; revision=26984
This commit is contained in:
Dmitry Gorbachev 2007-06-03 22:12:28 +00:00
parent caa2fdd5fa
commit eb63aa49cc

View file

@ -251,14 +251,6 @@ CmpCreateControlSet(IN PLOADER_PARAMETER_BLOCK LoaderBlock)
NULL, NULL,
NULL); NULL);
/* The key has been created by mkhive */
if ((CmpMiniNTBoot) && (CmpShareSystemHives))
{
Status = NtOpenKey(&KeyHandle, KEY_READ | KEY_WRITE, &ObjectAttributes);
if (!NT_SUCCESS(Status)) return Status;
}
else
{
Status = NtCreateKey(&KeyHandle, Status = NtCreateKey(&KeyHandle,
KEY_CREATE_LINK, KEY_CREATE_LINK,
&ObjectAttributes, &ObjectAttributes,
@ -270,7 +262,6 @@ CmpCreateControlSet(IN PLOADER_PARAMETER_BLOCK LoaderBlock)
/* Sanity check */ /* Sanity check */
ASSERT(Disposition == REG_CREATED_NEW_KEY); ASSERT(Disposition == REG_CREATED_NEW_KEY);
}
/* Initialize the symbolic link name */ /* Initialize the symbolic link name */
sprintf(Buffer, sprintf(Buffer,