Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 4201
b: refs/heads/master
c: 21517a5
h: refs/heads/master
i:
  4199: cae3bc2
v: v3
  • Loading branch information
Jack Steiner authored and Tony Luck committed Jul 7, 2005
1 parent c933db5 commit 073029c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8d7e35174d02ce76e910365acaaefc281a0b72a0
refs/heads/master: 21517a57e838a1fbb7a54a8a77501024e77f83e0
4 changes: 4 additions & 0 deletions trunk/arch/ia64/sn/kernel/tiocx.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#include <linux/proc_fs.h>
#include <linux/device.h>
#include <linux/delay.h>
#include <asm/system.h>
#include <asm/uaccess.h>
#include <asm/sn/sn_sal.h>
#include <asm/sn/addrs.h>
Expand Down Expand Up @@ -481,6 +482,9 @@ static int __init tiocx_init(void)
cnodeid_t cnodeid;
int found_tiocx_device = 0;

if (!ia64_platform_is("sn2"))
return -ENODEV;

bus_register(&tiocx_bus_type);

for (cnodeid = 0; cnodeid < MAX_COMPACT_NODES; cnodeid++) {
Expand Down

0 comments on commit 073029c

Please sign in to comment.