Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 8011
b: refs/heads/master
c: 408865c
h: refs/heads/master
i:
  8009: f0ea778
  8007: 8e0f5d3
v: v3
  • Loading branch information
Dean Nelson authored and Tony Luck committed Sep 8, 2005
1 parent 492dad1 commit e1cdf7d
Show file tree
Hide file tree
Showing 3 changed files with 9 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: 087f902686beb6c02157c271e3fc95606dbdfdbf
refs/heads/master: 408865ce4829376120489ac8011b72125453dcff
4 changes: 4 additions & 0 deletions trunk/arch/ia64/sn/kernel/xpc_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -885,6 +885,10 @@ xpc_init(void)
pid_t pid;


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

/*
* xpc_remote_copy_buffer is used as a temporary buffer for bte_copy'ng
* both a partition's reserved page and its XPC variables. Its size was
Expand Down
4 changes: 4 additions & 0 deletions trunk/arch/ia64/sn/kernel/xpnet.c
Original file line number Diff line number Diff line change
Expand Up @@ -636,6 +636,10 @@ xpnet_init(void)
int result = -ENOMEM;


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

dev_info(xpnet, "registering network device %s\n", XPNET_DEVICE_NAME);

/*
Expand Down

0 comments on commit e1cdf7d

Please sign in to comment.