| Index: src/trusted/cpu_features/arch/x86/cpu_x86.c
|
| diff --git a/src/trusted/validator/x86/nacl_cpuid.c b/src/trusted/cpu_features/arch/x86/cpu_x86.c
|
| similarity index 99%
|
| rename from src/trusted/validator/x86/nacl_cpuid.c
|
| rename to src/trusted/cpu_features/arch/x86/cpu_x86.c
|
| index bcb83ffc9d2c427121d89e4b083353b761f92779..023a2158272cf3cb16c71f68615986febe13cba2 100644
|
| --- a/src/trusted/validator/x86/nacl_cpuid.c
|
| +++ b/src/trusted/cpu_features/arch/x86/cpu_x86.c
|
| @@ -4,10 +4,10 @@
|
| * found in the LICENSE file.
|
| */
|
|
|
| -#include "native_client/src/trusted/validator/x86/nacl_cpuid.h"
|
| +#include "native_client/src/trusted/cpu_features/arch/x86/cpu_x86.h"
|
|
|
| /*
|
| - * nacl_cpuid.c
|
| + * cpu_x86.c
|
| * Retrieve and decode CPU model specific feature mask.
|
| */
|
| #if NACL_WINDOWS
|
|
|