diff options
author | David S. Miller <davem@sunset.davemloft.net> | 2007-07-12 02:22:55 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-07-16 07:04:24 -0400 |
commit | 133f09a169f3022be3de671b29658b7ecb375022 (patch) | |
tree | c30e7d34eceb96dd1b0d2b999713bc99f74efbdd /include/asm-sparc64/ldc.h | |
parent | e450992d13ffaec6dde4bbbd308b834ae9fc3708 (diff) |
[SPARC64]: Use more mearningful names for IRQ registry.
All of the interrupts say "LDX RX" and "LDX TX" currently
which is next to useless. Put a device specific prefix
before "RX" and "TX" instead which makes it much more
useful.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/asm-sparc64/ldc.h')
-rw-r--r-- | include/asm-sparc64/ldc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-sparc64/ldc.h b/include/asm-sparc64/ldc.h index 1c13738f13ff..3c91f269f9db 100644 --- a/include/asm-sparc64/ldc.h +++ b/include/asm-sparc64/ldc.h | |||
@@ -56,7 +56,7 @@ extern struct ldc_channel *ldc_alloc(unsigned long id, | |||
56 | extern void ldc_free(struct ldc_channel *lp); | 56 | extern void ldc_free(struct ldc_channel *lp); |
57 | 57 | ||
58 | /* Register TX and RX queues of the link with the hypervisor. */ | 58 | /* Register TX and RX queues of the link with the hypervisor. */ |
59 | extern int ldc_bind(struct ldc_channel *lp); | 59 | extern int ldc_bind(struct ldc_channel *lp, const char *name); |
60 | 60 | ||
61 | /* For non-RAW protocols we need to complete a handshake before | 61 | /* For non-RAW protocols we need to complete a handshake before |
62 | * communication can proceed. ldc_connect() does that, if the | 62 | * communication can proceed. ldc_connect() does that, if the |