Changeset c00589d in mainline for kernel/arch/ia32/src/atomic.S


Ignore:
Timestamp:
2009-05-18T21:02:09Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
60866a3
Parents:
1090b8c
Message:

remove the confusing "Improved support for hyperthreading" configuration option

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ia32/src/atomic.S

    r1090b8c rc00589d  
    4343
    44440:     
    45         #ifdef CONFIG_HT
    4645        pause                   # Pentium 4's with HT love this instruction
    47         #endif
    4846        movl (%ebx),%eax
    4947        testl %eax,%eax
Note: See TracChangeset for help on using the changeset viewer.