[SPARC64]: Add irqs to mdesc_node.
Will be used to store translated LDC rx-ino and tx-ino. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
189548642c
commit
701271dfd2
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ struct mdesc_node {
|
||||||
u64 node;
|
u64 node;
|
||||||
unsigned int unique_id;
|
unsigned int unique_id;
|
||||||
unsigned int num_arcs;
|
unsigned int num_arcs;
|
||||||
|
unsigned int irqs[2];
|
||||||
struct property *properties;
|
struct property *properties;
|
||||||
struct mdesc_node *hash_next;
|
struct mdesc_node *hash_next;
|
||||||
struct mdesc_node *allnodes_next;
|
struct mdesc_node *allnodes_next;
|
||||||
|
|
Loading…
Add table
Reference in a new issue