Signed-off-by: LaMont Jones <lamont@xxxxxxxxxxxx> --- sys-utils/setarch.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/sys-utils/setarch.c b/sys-utils/setarch.c index 17ab7e0..d0cfe22 100644 --- a/sys-utils/setarch.c +++ b/sys-utils/setarch.c @@ -121,6 +121,10 @@ int set_arch(const char *pers, unsigned long options) #if defined(__ia64__) || defined(__i386__) {PER_LINUX, "ia64", "ia64"}, #endif +#if defined(__hppa__) + {PER_LINUX, "parisc", "parisc"}, + {PER_LINUX, "parisc64", "parisc64"}, +#endif #if defined(__s390x__) || defined(__s390__) {PER_LINUX32, "s390", "s390"}, {PER_LINUX, "s390x", "s390x"}, -- 1.5.2.3 - To unsubscribe from this list: send the line "unsubscribe util-linux-ng" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html