25 lines
745 B
Diff
25 lines
745 B
Diff
From 3fba57ee91df62b5efa82ee0e066a5a2efc1da04 Mon Sep 17 00:00:00 2001
|
|
From: eabdullin <eabdullin@almalinux.org>
|
|
Date: Wed, 9 Apr 2025 16:43:18 +0300
|
|
Subject: [PATCH] Bring back missing line in target/ppc/cpu-models.c
|
|
|
|
---
|
|
target/ppc/cpu-models.c | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/target/ppc/cpu-models.c b/target/ppc/cpu-models.c
|
|
index f77ebfcc8..18e942200 100644
|
|
--- a/target/ppc/cpu-models.c
|
|
+++ b/target/ppc/cpu-models.c
|
|
@@ -744,6 +744,7 @@
|
|
/* PowerPC CPU aliases */
|
|
|
|
PowerPCCPUAlias ppc_cpu_aliases[] = {
|
|
+#if 0 /* Disabled for Red Hat Enterprise Linux */
|
|
{ "405", "405d4" },
|
|
{ "405cr", "405crc" },
|
|
{ "405gp", "405gpd" },
|
|
--
|
|
2.39.5 (Apple Git-154)
|
|
|