summaryrefslogtreecommitdiffstats
path: root/cluster/atlas/x86.patch
diff options
context:
space:
mode:
Diffstat (limited to 'cluster/atlas/x86.patch')
-rw-r--r--cluster/atlas/x86.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/cluster/atlas/x86.patch b/cluster/atlas/x86.patch
new file mode 100644
index 0000000000..ad5d68075c
--- /dev/null
+++ b/cluster/atlas/x86.patch
@@ -0,0 +1,15 @@
+--- archinfo_x86.c 2011-05-15 12:43:52.101001247 +0800
++++ archinfo_x86.c 2011-05-15 12:44:16.568001255 +0800
+@@ -309,11 +309,9 @@ enum MACHTYPE Chip2Mach(enum CHIP chip,
+ case 0x1A:
+ case 0x1E:
+ case 0x1F:
+- iret = IntCorei1;
+- break;
+ case 0x25:
+ case 0x2A:
+- iret = IntCorei2;
++ iret = IntCorei1;
+ break;
+ default:
+ iret = MACHOther;