Changeset 34bd143 in mainline for boot/genarch/ofw_tree.c


Ignore:
Timestamp:
2006-09-30T10:28:50Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
36db5ac
Parents:
398e7688
Message:

Add node handle to in-memory ofw tree node.
This is essential for interrupt mapping on sparc64
and perhaps on other platforms that have OpenFirmware.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/genarch/ofw_tree.c

    r398e7688 r34bd143  
    9494        current_node->peer = NULL;
    9595        current_node->child = NULL;
     96        current_node->node_handle = current;
    9697        current_node->properties = 0;
    9798        current_node->property = NULL;
Note: See TracChangeset for help on using the changeset viewer.