Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 138689
b: refs/heads/master
c: 8661984
h: refs/heads/master
i:
  138687: 48de3ae
v: v3
  • Loading branch information
Dimitri Sivanich authored and Ingo Molnar committed Mar 4, 2009
1 parent d64322f commit 1bd8d7f
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: acaabe795a62bba089c185917af86b44654313dc
refs/heads/master: 8661984f628c6f7d9cbaac6697f26d6b0be3ad3b
4 changes: 4 additions & 0 deletions trunk/arch/x86/include/asm/uv/uv_hub.h
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,10 @@ DECLARE_PER_CPU(struct uv_hub_info_s, __uv_hub_info);
#define SCIR_CPU_ACTIVITY 0x02 /* not idle */
#define SCIR_CPU_HB_INTERVAL (HZ) /* once per second */

/* Loop through all installed blades */
#define for_each_possible_blade(bid) \
for ((bid) = 0; (bid) < uv_num_possible_blades(); (bid)++)

/*
* Macros for converting between kernel virtual addresses, socket local physical
* addresses, and UV global physical addresses.
Expand Down

0 comments on commit 1bd8d7f

Please sign in to comment.