Commit 701271df authored by David S. Miller's avatar David S. Miller
Browse files

[SPARC64]: Add irqs to mdesc_node.



Will be used to store translated LDC rx-ino and tx-ino.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 18954864
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;