Changeset 3396f59 in mainline for arch/amd64/include/cpuid.h


Ignore:
Timestamp:
2005-09-04T08:28:55Z (20 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8ff2f3f
Parents:
005384ad
Message:

Fixed gdtr naming issues after ia32 changes.
Fixed stack alignment on new thread to by multiple of 16,
we are now ABI-correct and we do not #GP on va_arg to boot.
Fixed bad exception register names reporting.
Fixed bad _hardcoded_load_addr, which caused allocation of kernel text
frames.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/amd64/include/cpuid.h

    r005384ad r3396f59  
    3030#define __CPUID_H__
    3131
    32 #define AMD_CPUID_EXTENDED 0x80000001
     32#define AMD_CPUID_EXTENDED   0x80000001
    3333#define AMD_EXT_NOEXECUTE    20
     34
     35#define INTEL_CPUID_STANDARD 0x1
     36#define INTEL_SSE2           26
     37#define INTEL_FXSAVE         24
    3438
    3539#ifndef __ASM__
Note: See TracChangeset for help on using the changeset viewer.