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

David Mosberger (davidm@napali.hpl.hp.com)
Mon, 1 Jul 2002 13:14:11 -0700


>>>>> On Thu, 27 Jun 2002 10:24:11 -0400, "H. Peter Anvin" <hpa@zytor.com> said:

hpa> 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?
>>

hpa> Right, hence:

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

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

Ah, OK, that looks good to me, then.

--david
-
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/