[SPARC64]: Add irqs to mdesc_node.
authorDavid S. Miller <davem@davemloft.net>
Tue, 26 Jun 2007 07:11:56 +0000 (00:11 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 26 Jun 2007 07:11:56 +0000 (00:11 -0700)
Will be used to store translated LDC rx-ino and tx-ino.

Signed-off-by: David S. Miller <davem@davemloft.net>
include/asm-sparc64/mdesc.h

index 124eb8ca237898a5759d87e2a4dd25c5a5942745..c6383982b53ddfcfa4da57ec27a3ddd52de70dd5 100644 (file)
@@ -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;