linux-user: define correct UTS machine name for hppa

the correct UTS machine name (as expected by systemd) is "parisc",
not "hppa".

Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Message-Id: <20170126080449.28255-4-laurent@vivier.eu>
Signed-off-by: Richard Henderson <rth@twiddle.net>
This commit is contained in:
Laurent Vivier
2017-02-06 18:24:40 -08:00
committed by Richard Henderson
parent 40493c5f2b
commit 3d96995dec
+1 -1
View File
@@ -19,7 +19,7 @@ struct target_pt_regs {
target_ulong ipsw;
};
#define UNAME_MACHINE "hppa"
#define UNAME_MACHINE "parisc"
#define UNAME_MINIMUM_RELEASE "2.6.32"
#define TARGET_CLONE_BACKWARDS
#define TARGET_MINSIGSTKSZ 2048