Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26265
b: refs/heads/master
c: 0d9adec
h: refs/heads/master
i:
  26263: ff3098d
v: v3
  • Loading branch information
Jack Steiner authored and Tony Luck committed Apr 20, 2006
1 parent 32d7522 commit 10bcbab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: 308a878210cde6ab19df9f392c24db53ad6f56bf
refs/heads/master: 0d9adec525b87d8ab7e64efeabffb5b3f293056e
5 changes: 2 additions & 3 deletions trunk/include/asm-ia64/acpi.h
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,8 @@ extern void prefill_possible_map(void);
extern int additional_cpus;

#ifdef CONFIG_ACPI_NUMA
/* Proximity bitmap length; _PXM is at most 255 (8 bit)*/
#ifdef CONFIG_IA64_NR_NODES
#define MAX_PXM_DOMAINS CONFIG_IA64_NR_NODES
#if MAX_NUMNODES > 256
#define MAX_PXM_DOMAINS MAX_NUMNODES
#else
#define MAX_PXM_DOMAINS (256)
#endif
Expand Down

0 comments on commit 10bcbab

Please sign in to comment.