Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 190871
b: refs/heads/master
c: ade029e
h: refs/heads/master
i:
  190869: 14bf6f8
  190867: 9d332e0
  190863: 2069509
v: v3
  • Loading branch information
Borislav Petkov authored and H. Peter Anvin committed May 14, 2010
1 parent d9ba3e5 commit 6cc4959
Show file tree
Hide file tree
Showing 2 changed files with 6 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: f01487119dda3d9f58c9729c7361ecc50a61c188
refs/heads/master: ade029e2aaacc8965a548b0b0f80c5bee97ffc68
5 changes: 5 additions & 0 deletions trunk/arch/x86/include/asm/k8.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,16 @@ extern int k8_numa_init(unsigned long start_pfn, unsigned long end_pfn);
extern int k8_scan_nodes(void);

#ifdef CONFIG_K8_NB
extern int num_k8_northbridges;

static inline struct pci_dev *node_to_k8_nb_misc(int node)
{
return (node < num_k8_northbridges) ? k8_northbridges[node] : NULL;
}

#else
#define num_k8_northbridges 0

static inline struct pci_dev *node_to_k8_nb_misc(int node)
{
return NULL;
Expand Down

0 comments on commit 6cc4959

Please sign in to comment.