Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
19785845
Commit
19785845
authored
Jan 18, 2004
by
Andrew Morton
Committed by
Linus Torvalds
Jan 18, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] sn: Fixes for shuberror.c
From: Pat Gefre <pfg@sgi.com> Fixes for shuberror.c
parent
6e9a5549
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
+3
-5
arch/ia64/sn/io/sn2/shuberror.c
arch/ia64/sn/io/sn2/shuberror.c
+3
-5
No files found.
arch/ia64/sn/io/sn2/shuberror.c
View file @
19785845
...
...
@@ -29,6 +29,7 @@
#include <asm/sn/ioerror_handling.h>
#include <asm/sn/ioerror.h>
#include <asm/sn/sn2/shubio.h>
#include <asm/sn/sn2/shub_mmr.h>
#include <asm/sn/bte.h>
extern
void
hubni_eint_init
(
cnodeid_t
cnode
);
...
...
@@ -171,7 +172,6 @@ hubii_eint_handler (int irq, void *arg, struct pt_regs *ep)
hubinfo_t
hinfo
;
ii_wstat_u_t
wstat
;
hubreg_t
idsr
;
ii_ilcsr_u_t
ilcsr
;
/* two levels of casting avoids compiler warning.!! */
...
...
@@ -226,11 +226,9 @@ hubii_eint_handler (int irq, void *arg, struct pt_regs *ep)
}
/*
* Note: we may never be able to print this, if the II talking
* to Xbow which hosts the console is dead.
* Only print the II_ECRAZY message if there is an attached xbow.
*/
ilcsr
.
ii_ilcsr_regval
=
REMOTE_HUB_L
(
hinfo
->
h_nasid
,
IIO_ILCSR
);
if
(
ilcsr
.
ii_ilcsr_fld_s
.
i_llp_en
==
1
)
{
/* Link is enabled */
if
(
NODEPDA
(
hinfo
->
h_cnodeid
)
->
xbow_vhdl
!=
0
)
{
printk
(
"Hub %d, cnode %d to Xtalk Link failed (II_ECRAZY) Reason: %s"
,
hinfo
->
h_nasid
,
hinfo
->
h_cnodeid
,
reason
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment