[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>

+1
+1
include/asm-sparc64/mdesc.h
··· 15 u64 node; 16 unsigned int unique_id; 17 unsigned int num_arcs; 18 struct property *properties; 19 struct mdesc_node *hash_next; 20 struct mdesc_node *allnodes_next;
··· 15 u64 node; 16 unsigned int unique_id; 17 unsigned int num_arcs; 18 + unsigned int irqs[2]; 19 struct property *properties; 20 struct mdesc_node *hash_next; 21 struct mdesc_node *allnodes_next;