From 177bbc672fd338ef8bd4c33d7852a4e299bfce91 Mon Sep 17 00:00:00 2001 From: Jiri Denemark Date: Wed, 1 Jun 2016 15:38:09 +0200 Subject: [PATCH] cpu: Shorten eax_in values in CPU map For two reasons: - 0x00000001 is very similar to 0x80000001, but 0x01 is visually different - 0x01 format is consistent with CPUID manual Signed-off-by: Jiri Denemark --- src/cpu/cpu_map.xml | 158 ++++++++++++++++++++++---------------------- 1 file changed, 79 insertions(+), 79 deletions(-) diff --git a/src/cpu/cpu_map.xml b/src/cpu/cpu_map.xml index 14c0e0f47e..e99e72fc63 100644 --- a/src/cpu/cpu_map.xml +++ b/src/cpu/cpu_map.xml @@ -6,186 +6,186 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -290,61 +290,61 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + -- 2.39.5