Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5414
b: refs/heads/master
c: e1474e2
h: refs/heads/master
v: v3
  • Loading branch information
Dave Hansen authored and Linus Torvalds committed Jul 29, 2005
1 parent 2280bba commit 8a9ea1f
Show file tree
Hide file tree
Showing 2 changed files with 10 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: 78fa74a23b16bdb0d944272b696915c4e0bb3ee1
refs/heads/master: e1474e2d9dfb782e6c6517a180b5a8913c69dfad
9 changes: 9 additions & 0 deletions trunk/arch/i386/kernel/numaq.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
#include <linux/nodemask.h>
#include <asm/numaq.h>
#include <asm/topology.h>
#include <asm/processor.h>

#define MB_TO_PAGES(addr) ((addr) << (20 - PAGE_SHIFT))

Expand Down Expand Up @@ -77,3 +78,11 @@ int __init get_memcfg_numaq(void)
smp_dump_qct();
return 1;
}

static int __init numaq_dsc_disable(void)
{
printk(KERN_DEBUG "NUMAQ: disabling TSC\n");
tsc_disable = 1;
return 0;
}
core_initcall(numaq_dsc_disable);

0 comments on commit 8a9ea1f

Please sign in to comment.