Deleted Added
full compact
4c4
< * $Revision: 60 $
---
> * $Revision: 62 $
219c219
< * Detach an object if there is one
---
> * Detach an object if there is one then delete the node
221,225c221
< if (Node->Object)
< {
< AcpiNsDetachObject (Node);
< }
<
---
> AcpiNsDetachObject (Node);
242c238,239
< * DESCRIPTION: Initialize a new entry within a namespace table.
---
> * DESCRIPTION: Initialize a new namespace node and install it amongst
> * its peers.
243a241,243
> * Note: Current namespace lookup is linear search, so the nodes
> * are not linked in any particular order.
> *
269a270
> /* Link the new entry into the parent and existing children */
271,274d271
< /* link the new entry into the parent and existing children */
<
< /* TBD: Could be first, last, or alphabetic */
<
280d276
<
501d496
<
644d638
<
650d643
<