08 Jul, 2008

1 commit


10 Jun, 2008

2 commits

  • ... so it could fall back to normal numa and we'd reduce the impact of the
    NUMAQ subarch.

    NUMAQ depends on GENERICARCH
    also decouple genericarch numa from acpi.
    also make it fall back to bigsmp if apicid > 8.

    Signed-off-by: Yinghai Lu
    Signed-off-by: Ingo Molnar

    Yinghai Lu
     
  • a multi-socket test-system with 3 or 4 ioapics, when 4 dualcore cpus or
    2 quadcore cpus installed, needs to switch to bigsmp or physflat.

    CPU apic id is [4,11] instead of [0,7], and we need to check max apic
    id instead of cpu numbers.

    also add check for 32 bit when acpi is not compiled in or acpi=off.

    Signed-off-by: Yinghai Lu
    Signed-off-by: Ingo Molnar

    Yinghai Lu
     

17 Apr, 2008

4 commits

  • arch/x86/mach-generic/bigsmp.o:
    text data bss dec hex filename
    1271 144 4 1419 58b bigsmp.o.before
    1271 144 4 1419 58b bigsmp.o.after
    md5:
    b83aad375294c002c79b03c3a2e4be35 bigsmp.o.before.asm
    b83aad375294c002c79b03c3a2e4be35 bigsmp.o.after.asm

    Signed-off-by: Paolo Ciarrocchi
    Signed-off-by: Ingo Molnar

    Paolo Ciarrocchi
     
  • File is now error/warning free.

    arch/x86/mach-generic/summit.o:
    text data bss dec hex filename
    1481 140 0 1621 655 summit.o.before
    1481 140 0 1621 655 summit.o.after
    md5:
    7b7dc1cbd381af7b9393da989da5b0fd summit.o.before.asm
    7b7dc1cbd381af7b9393da989da5b0fd summit.o.after.asm

    Signed-off-by: Paolo Ciarrocchi
    Signed-off-by: Ingo Molnar

    Paolo Ciarrocchi
     
  • Just whitespace cleanups.

    total: 0 errors, 0 warnings, 26 lines checked
    arch/x86/mach-generic/default.c has no obvious style problems and is ready for submission.

    arch/x86/mach-generic/default.o:
    text data bss dec hex filename
    1036 140 0 1176 498 default.o.before
    1036 140 0 1176 498 default.o.after
    md5:
    f283c53022c568f3162bbcde44f65762 default.o.before.asm
    f283c53022c568f3162bbcde44f65762 default.o.after.asm

    Signed-off-by: Paolo Ciarrocchi
    Signed-off-by: Ingo Molnar

    Paolo Ciarrocchi
     
  • The patch kills 20 errors and a few warnings.

    arch/x86/mach-generic/probe.o:
    text data bss dec hex filename
    578 45 0 623 26f probe.o.before
    578 45 0 623 26f probe.o.after
    md5:
    86eb1c3e3cf37f81d37bcd9a0c9f14ad probe.o.before.asm
    86eb1c3e3cf37f81d37bcd9a0c9f14ad probe.o.after.asm

    Signed-off-by: Paolo Ciarrocchi
    Signed-off-by: Ingo Molnar

    Paolo Ciarrocchi
     

20 Oct, 2007

1 commit


18 Oct, 2007

1 commit

  • This patch makes the needlessly global struct apic_probe static.

    [ tglx: arch/x86 adaptation ]

    Signed-off-by: Adrian Bunk
    Signed-off-by: Andrew Morton
    Signed-off-by: Andi Kleen
    Signed-off-by: Ingo Molnar
    Signed-off-by: Thomas Gleixner

    Adrian Bunk
     

12 Oct, 2007

1 commit


11 Oct, 2007

3 commits