On 03/06/2013 09:49 PM, Helge Deller wrote: > The patch consists of two parts: Part 1 adds code to detect a 64bit > parisc kernel (uname reports "parisc64"). > [...] > > diff -up ./daemon/automount.c.org ./daemon/automount.c > --- ./daemon/automount.c.org 2013-03-06 18:09:10.000000000 +0100 > +++ ./daemon/automount.c 2013-03-06 18:09:31.000000000 +0100 > @@ -610,6 +610,7 @@ static size_t get_kpkt_len(void) > if (strcmp(un.machine, "alpha") == 0 || > strcmp(un.machine, "ia64") == 0 || > strcmp(un.machine, "x86_64") == 0 || > + strcmp(un.machine, "parisc64") == 0 || > strcmp(un.machine, "ppc64") == 0) I assume that an additional: strcmp(un.machine, "aarch64") == 0 is needed for ARM64 (aarch64) as well. But I don't have such a hardware to test.... Helge -- To unsubscribe from this list: send the line "unsubscribe autofs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html