diff options
author | Laurent Vivier <laurent@vivier.eu> | 2017-01-26 09:04:49 +0100 |
---|---|---|
committer | Richard Henderson <rth@twiddle.net> | 2017-02-06 18:24:40 -0800 |
commit | 3d96995decb33e49503e30899098e3d3289c9e0d (patch) | |
tree | cb5e23aadc6455d3f46129b88ba1b7e2539ad44e /linux-user/hppa/target_syscall.h | |
parent | 40493c5f2b0f124c9b2581e539bba14522e51269 (diff) | |
download | qemu-3d96995decb33e49503e30899098e3d3289c9e0d.zip |
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>
Diffstat (limited to 'linux-user/hppa/target_syscall.h')
-rw-r--r-- | linux-user/hppa/target_syscall.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-user/hppa/target_syscall.h b/linux-user/hppa/target_syscall.h index ac18a9c575..e2f366839d 100644 --- a/linux-user/hppa/target_syscall.h +++ b/linux-user/hppa/target_syscall.h @@ -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 |