Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 57134
b: refs/heads/master
c: 8387c1a
h: refs/heads/master
v: v3
  • Loading branch information
Linus Torvalds committed May 31, 2007
1 parent e4dfa33 commit 31f0aea
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: a2b7d2e97edcad0e95ae0d3c253d3f2f69254fa4
refs/heads/master: 8387c1a46376b8cfc5f4751b27a6c90f930992cf
5 changes: 2 additions & 3 deletions trunk/arch/i386/kernel/smpboot.c
Original file line number Diff line number Diff line change
Expand Up @@ -943,10 +943,9 @@ static int __cpuinit __smp_prepare_cpu(int cpu)

static void smp_tune_scheduling(void)
{
unsigned long cachesize; /* kB */

if (cpu_khz) {
cachesize = boot_cpu_data.x86_cache_size;
/* cache size in kB */
long cachesize = boot_cpu_data.x86_cache_size;

if (cachesize > 0)
max_cache_size = cachesize * 1024;
Expand Down

0 comments on commit 31f0aea

Please sign in to comment.