Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 42999
b: refs/heads/master
c: bd1d599
h: refs/heads/master
i:
  42997: 3c9d66d
  42995: f5d1dad
  42991: 1d7a819
v: v3
  • Loading branch information
Stephane Eranian authored and Andi Kleen committed Dec 7, 2006
1 parent ec59a6e commit ec53824
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 87e1652c7863b9ae406ff37f33c7ec2bb494d7b1
refs/heads/master: bd1d599518bf11992cc6d5b0df08da4a2b7b0db5
3 changes: 2 additions & 1 deletion trunk/include/asm-x86_64/cpufeature.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#define X86_FEATURE_PSE36 (0*32+17) /* 36-bit PSEs */
#define X86_FEATURE_PN (0*32+18) /* Processor serial number */
#define X86_FEATURE_CLFLSH (0*32+19) /* Supports the CLFLUSH instruction */
#define X86_FEATURE_DTES (0*32+21) /* Debug Trace Store */
#define X86_FEATURE_DS (0*32+21) /* Debug Store */
#define X86_FEATURE_ACPI (0*32+22) /* ACPI via MSR */
#define X86_FEATURE_MMX (0*32+23) /* Multimedia Extensions */
#define X86_FEATURE_FXSR (0*32+24) /* FXSAVE and FXRSTOR instructions (fast save and restore */
Expand Down Expand Up @@ -112,5 +112,6 @@
#define cpu_has_cyrix_arr 0
#define cpu_has_centaur_mcr 0
#define cpu_has_clflush boot_cpu_has(X86_FEATURE_CLFLSH)
#define cpu_has_ds boot_cpu_has(X86_FEATURE_DS)

#endif /* __ASM_X8664_CPUFEATURE_H */

0 comments on commit ec53824

Please sign in to comment.