Subversion Repositories HelenOS-historic

Rev

Rev 275 | Rev 501 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 275 Rev 282
Line 27... Line 27...
27
 */
27
 */
28
 
28
 
29
#ifndef __CPUID_H__
29
#ifndef __CPUID_H__
30
#define __CPUID_H__
30
#define __CPUID_H__
31
 
31
 
32
#define AMD_CPUID_EXTENDED 0x80000001
32
#define AMD_CPUID_EXTENDED   0x80000001
33
#define AMD_EXT_NOEXECUTE    20
33
#define AMD_EXT_NOEXECUTE    20
34
 
34
 
-
 
35
#define INTEL_CPUID_STANDARD 0x1
-
 
36
#define INTEL_SSE2           26
-
 
37
#define INTEL_FXSAVE         24
-
 
38
 
35
#ifndef __ASM__
39
#ifndef __ASM__
36
 
40
 
37
#include <arch/types.h>
41
#include <arch/types.h>
38
 
42
 
39
struct cpu_info {
43
struct cpu_info {