Skip to content

Commit

Permalink
[SPARC64]: Add irqs to mdesc_node.
Browse files Browse the repository at this point in the history
Will be used to store translated LDC rx-ino and tx-ino.

Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Jun 26, 2007
1 parent 1895486 commit 701271d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/asm-sparc64/mdesc.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ struct mdesc_node {
u64 node;
unsigned int unique_id;
unsigned int num_arcs;
unsigned int irqs[2];
struct property *properties;
struct mdesc_node *hash_next;
struct mdesc_node *allnodes_next;
Expand Down

0 comments on commit 701271d

Please sign in to comment.