summaryrefslogtreecommitdiffstats
path: root/drivers/sgi/char/sgiserial.c
diff options
context:
space:
mode:
authorAndrew R. Baker <andrewb@uab.edu>1999-08-11 20:26:49 +0000
committerAndrew R. Baker <andrewb@uab.edu>1999-08-11 20:26:49 +0000
commita165c5e53ce770655b2d39d3721e25ab2d7f5440 (patch)
tree5b8b675d493b532e7cabb94341972a5d3cb0949c /drivers/sgi/char/sgiserial.c
parentf67e4ffc79905482c3b9b8c8dd65197bac7eb508 (diff)
Updates in preperation of EISA support.
Diffstat (limited to 'drivers/sgi/char/sgiserial.c')
-rw-r--r--drivers/sgi/char/sgiserial.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/sgi/char/sgiserial.c b/drivers/sgi/char/sgiserial.c
index 4178891ce..f779253b0 100644
--- a/drivers/sgi/char/sgiserial.c
+++ b/drivers/sgi/char/sgiserial.c
@@ -44,7 +44,7 @@ struct sgi_zschannel *zs_kgdbchan;
struct sgi_serial zs_soft[NUM_CHANNELS];
struct sgi_serial *zs_chain; /* IRQ servicing chain */
-static int zilog_irq = 21;
+static int zilog_irq = SGI_SERIAL_IRQ;
/* Console hooks... */
static int zs_cons_chanout = 0;