Re: [PATCH] 2.5.24: auto_fs.h typo.

H. Peter Anvin (hpa@zytor.com)
Thu, 27 Jun 2002 10:24:11 -0400


David Mosberger wrote:
>>>>>>On Wed, 26 Jun 2002 10:23:26 -0400, "H. Peter Anvin" <hpa@zytor.com> said:
>>>>>
>
> hpa> Andreas Schwab wrote:
> >> |> |> Please change this to:
> >> |>
> >> |> #ifndef __alpha__
> >>
> >> What about __ia64__?
>
> hpa> Oh right, that one too...
>
> Isn't this the one which we agreed not to change because it would break
> existing ia64 automount binaries and because we do not expect x86 automount
> to run on ia64 machines?
>

Right, hence:

#if !defined(__alpha__) && !defined(__ia64__)

Alpha and IA64 being the 64-bit architectures which will continue to use
the older interface.

-hpa

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/