date 99.05.20.16.53.00; author rmoore1; state Exp;

This commit is contained in:
aystarik 2005-06-29 18:15:56 +00:00
parent 1988bbbc62
commit 3fec7dab93

View File

@ -1063,8 +1063,8 @@ NsEnter (char *Name, NsType Type, OpMode LoadMode, NsHandle *RetHandle)
(ThisEntry->Scope == (nte *) 0))
{
/*
* more segments or the type implies enclosed scope,
* and the next scope has not been allocated ...
* More segments or the type implies enclosed scope,
* and the next scope has not been allocated.
*/
DEBUG_PRINT (ACPI_INFO, ("Load mode= %d ThisEntry= %x\n", LoadMode, ThisEntry));
@ -1073,7 +1073,7 @@ NsEnter (char *Name, NsType Type, OpMode LoadMode, NsHandle *RetHandle)
{
/* first or second pass load mode ==> locate the next scope */
DEBUG_PRINT (TRACE_NAMES, ("add level \n"));
DEBUG_PRINT (TRACE_NAMES, ("Creating/adding a new scope\n"));
ThisEntry->Scope = NsAllocateNteDesc (NS_DEFAULT_TABLE_SIZE);
if (!ThisEntry->Scope)
@ -1103,10 +1103,7 @@ NsEnter (char *Name, NsType Type, OpMode LoadMode, NsHandle *RetHandle)
}
#ifdef NSLOGFILE
OsdPrintf (LogFile, "%s = %08x size %d\n",
Name, ThisEntry->Scope, NS_DEFAULT_TABLE_SIZE);
#endif
/* Scope table initialization */
if (MODE_Load1 == LoadMode || MODE_Load == LoadMode)
{