Changeset 328f324b in mainline


Ignore:
Timestamp:
2007-04-08T19:13:20Z (18 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7cb567cd
Parents:
eaf6cd6
Message:

fix typo in comment

File:
1 edited

Legend:

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

    reaf6cd6 r328f324b  
    7171        cmp $0x0, %eax                                          # any function > 0?
    7272        jbe pse_unsupported
    73         movl $0x1, %eax                                         # Basic function code 80000001
     73        movl $0x1, %eax                                         # Basic function code 1
    7474        cpuid
    7575        bt $3, %edx                                                     # Test if PSE is supported
Note: See TracChangeset for help on using the changeset viewer.