Changeset f4fa6d9 in mainline


Ignore:
Timestamp:
2011-08-18T20:55:14Z (13 years ago)
Author:
Martin Sucha <sucha14@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8c15255
Parents:
b112055
Message:

Remove CPUID check for PSE on ia32 as we no longer need that

File:
1 edited

Legend:

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

    rb112055 rf4fa6d9  
    9696       
    9797        pm_status $status_prot
    98        
    99         movl $(INTEL_CPUID_LEVEL), %eax
    100         cpuid
    101         cmp $0x0, %eax  /* any function > 0? */
    102         jbe pse_unsupported
    103        
    104         movl $(INTEL_CPUID_STANDARD), %eax
    105         cpuid
    106         bt $(INTEL_PSE), %edx
    107         jc pse_supported
    108        
    109         pse_unsupported:
    110                
    111                 pm_error $err_pse
    112        
    113         pse_supported:
    11498       
    11599#include "vesa_prot.inc"
Note: See TracChangeset for help on using the changeset viewer.