]> Git Repo - qemu.git/blobdiff - linux-user/cpu-uname.c
spapr_vscsi: Fix REPORT_LUNS handling
[qemu.git] / linux-user / cpu-uname.c
index cc713e6553a1dc958c33611c2c30c82690393a30..5db6e89567e93cab72ac84d1692e40d5d288019e 100644 (file)
@@ -30,7 +30,8 @@
  * return here */
 const char *cpu_to_uname_machine(void *cpu_env)
 {
-#ifdef TARGET_ARM
+#if defined(TARGET_ARM) && !defined(TARGET_AARCH64)
+
     /* utsname machine name on linux arm is CPU arch name + endianness, e.g.
      * armv7l; to get a list of CPU arch names from the linux source, use:
      *     grep arch_name: -A1 linux/arch/arm/mm/proc-*.S
This page took 0.022245 seconds and 4 git commands to generate.