qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2 07/25] linux-user/sparc: Merge sparc64 target_syscall.h


From: Richard Henderson
Subject: Re: [PATCH v2 07/25] linux-user/sparc: Merge sparc64 target_syscall.h
Date: Mon, 17 May 2021 12:35:59 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1

On 5/17/21 5:21 AM, Laurent Vivier wrote:
-#define UNAME_MACHINE "sparc"
+#ifdef TARGET_SPARC64
+# define UNAME_MACHINE "sparc64"
+#else
+# define UNAME_MACHINE "sparc"
+#endif
  #define UNAME_MINIMUM_RELEASE "2.6.32"

Is it intended to have now an uname defined to "sparc64" with sparc32plus?
(it was "sparc" before this change).

I hadn't noticed before, but AFAICS, the change is correct.


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]