Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 145619
b: refs/heads/master
c: b2ba83f
h: refs/heads/master
i:
  145617: 3279ad1
  145615: d3f5033
v: v3
  • Loading branch information
Yinghai Lu authored and Ingo Molnar committed Apr 27, 2009
1 parent 4280ff8 commit 43aef11
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 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: ff166cb57a17124af75714a9c11f448f56f1a4a3
refs/heads/master: b2ba83ff4f4405cebc10884121ee71338a1a6c94
7 changes: 0 additions & 7 deletions trunk/arch/x86/kernel/apic/summit_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -173,13 +173,6 @@ static inline int is_WPEG(struct rio_detail *rio){
rio->type == LookOutAWPEG || rio->type == LookOutBWPEG);
}


/* In clustered mode, the high nibble of APIC ID is a cluster number.
* The low nibble is a 4-bit bitmap. */
#define XAPIC_DEST_CPUS_SHIFT 4
#define XAPIC_DEST_CPUS_MASK ((1u << XAPIC_DEST_CPUS_SHIFT) - 1)
#define XAPIC_DEST_CLUSTER_MASK (XAPIC_DEST_CPUS_MASK << XAPIC_DEST_CPUS_SHIFT)

#define SUMMIT_APIC_DFR_VALUE (APIC_DFR_CLUSTER)

static const struct cpumask *summit_target_cpus(void)
Expand Down

0 comments on commit 43aef11

Please sign in to comment.