Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 99311
b: refs/heads/master
c: f329469
h: refs/heads/master
i:
  99309: 089309f
  99307: 30af18d
  99303: 1c008ce
  99295: 942b232
v: v3
  • Loading branch information
Ingo Molnar committed Jun 3, 2008
1 parent bf949b5 commit 3537109
Show file tree
Hide file tree
Showing 2 changed files with 12 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: b28852d6703e4b72ce363c5168ea8d3fb28b9c57
refs/heads/master: f3294690979634ee10398bb0beadfe1d4edb881d
11 changes: 11 additions & 0 deletions trunk/arch/x86/kernel/numaq_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,14 @@ static int __init numaq_tsc_disable(void)
return 0;
}
arch_initcall(numaq_tsc_disable);

#ifdef CONFIG_ACPI
/*
* Dummy implementation:
*/
struct pci_bus * __devinit
pci_acpi_scan_root(struct acpi_device *device, int domain, int busnum)
{
return NULL;
}
#endif

0 comments on commit 3537109

Please sign in to comment.