12 Mar, 2009

1 commit

  • Impact: obsolete feature removal

    The zImage kernel format has been functionally unused for a very long
    time. It is just barely possible to build a modern kernel that still
    fits within the zImage size limit, but it is highly unlikely that
    anyone ever uses it. Furthermore, although it is still supported by
    most bootloaders, it has been at best poorly tested (or not tested at
    all); some bootloaders are even known to not support zImage at all and
    not having even noticed.

    Also remove some really obsolete constants that no longer have any
    meaning.

    LKML-Reference:
    Signed-off-by: H. Peter Anvin

    H. Peter Anvin
     

18 Jul, 2008

1 commit

  • Merge the GDT_ENTRY() macro between arch/x86/boot/pm.c and
    arch/x86/kernel/acpi/sleep.c and put the new one in
    .

    While we're at it, correct the bitmasks for the limit and flags. The
    new version relies on using ULL constants in order to cause type
    promotion rather than explicit casts; this avoids having to include
    in .

    Signed-off-by: H. Peter Anvin

    H. Peter Anvin
     

20 Apr, 2008

1 commit


17 Apr, 2008

1 commit

  • Before:
    total: 1 errors, 0 warnings, 178 lines checked
    After:
    total: 0 errors, 0 warnings, 178 lines checked

    No code changed:

    arch/x86/boot/pm.o:

    text data bss dec hex filename
    351 0 6 357 165 pm.o.before
    351 0 6 357 165 pm.o.after

    md5:
    81de3616bceb29691bf835bb62a84ff1 pm.o.before.asm
    81de3616bceb29691bf835bb62a84ff1 pm.o.after.asm

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

    Paolo Ciarrocchi
     

30 Jan, 2008

2 commits


11 Oct, 2007

1 commit

  • Signed-off-by: Thomas Gleixner
    Signed-off-by: Ingo Molnar
    Signed-off-by: Thomas Gleixner
    Signed-off-by: Ingo Molnar
    Signed-off-by: Thomas Gleixner
    Signed-off-by: Ingo Molnar

    Thomas Gleixner