Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 6667
b: refs/heads/master
c: d1e079b
h: refs/heads/master
i:
  6665: 640bd7f
  6663: 97a02bd
v: v3
  • Loading branch information
Russ Anderson authored and Tony Luck committed Aug 26, 2005
1 parent c4a99cc commit f87fc05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8409668b561fbe464f7a392e8dc77eca225d27ac
refs/heads/master: d1e079b3fc90c7c114f46771e983a72ac8740882
2 changes: 1 addition & 1 deletion trunk/arch/ia64/sn/kernel/bte.c
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ bte_result_t bte_copy(u64 src, u64 dest, u64 len, u64 mode, void *notification)
/*
* Start with interface corresponding to cpu number
*/
bte_first = get_cpu() % btes_per_node;
bte_first = raw_smp_processor_id() % btes_per_node;

if (mode & BTE_USE_DEST) {
/* try remote then local */
Expand Down

0 comments on commit f87fc05

Please sign in to comment.