diff cpudetect.c @ 25340:b6107034e981

support for xtensa CPU architecture patch by Dan Nicolaescu (dann ics.uci edu), Reimar and me
author diego
date Tue, 11 Dec 2007 22:37:36 +0000
parents f7421e2698c4
children a48a280fc0e1
line wrap: on
line diff
--- a/cpudetect.c	Tue Dec 11 22:31:57 2007 +0000
+++ b/cpudetect.c	Tue Dec 11 22:37:36 2007 +0000
@@ -568,5 +568,9 @@
 #ifdef ARCH_VAX
 	mp_msg(MSGT_CPUDETECT,MSGL_INFO, "CPU: Digital VAX\n" );
 #endif
+
+#ifdef ARCH_XTENSA
+	mp_msg(MSGT_CPUDETECT,MSGL_INFO, "CPU: Tensilica Xtensa\n" );
+#endif
 }
 #endif /* !ARCH_X86 */