summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@nuclecu.unam.mx>1997-08-26 04:35:53 +0000
committerMiguel de Icaza <miguel@nuclecu.unam.mx>1997-08-26 04:35:53 +0000
commitc3400c21e4beea7195820c6893fc5176c40ff258 (patch)
treebbf2ece8f6015ba1c8edfdec79d81c9864ab24ec /drivers
parent4fe20d6225d183f975cc26ff41e79613ce60b914 (diff)
restore_flags fix from Ralf.
Diffstat (limited to 'drivers')
-rw-r--r--drivers/sgi/char/cons_newport.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/sgi/char/cons_newport.c b/drivers/sgi/char/cons_newport.c
index 154ffdb57..d9bd0158a 100644
--- a/drivers/sgi/char/cons_newport.c
+++ b/drivers/sgi/char/cons_newport.c
@@ -1,4 +1,4 @@
-/* $Id: cons_newport.c,v 1.1 1997/07/02 06:20:17 miguel Exp $
+/* $Id: cons_newport.c,v 1.2 1997/07/16 02:50:38 miguel Exp $
* cons_newport.c: Newport graphics console code for the SGI.
*
* Copyright (C) 1996 David S. Miller (dm@engr.sgi.com)
@@ -327,6 +327,8 @@ newport_set_cursor(int currcons)
npregs->set.xyei = ((xpos + 7) << 16);
newport_wait();
REVERSE_RENDER(npregs, p);
+ restore_flags (flags);
+ return;
}
void