Re: [CFT][PATCH] /proc/interrupts fixes

Alexander Viro (viro@math.psu.edu)
Thu, 29 Nov 2001 08:18:39 -0500 (EST)


On Thu, 29 Nov 2001, Christoph Hellwig wrote:

> In article <20011129154611.A13470@jurassic.park.msu.ru> you wrote:
> > Is /proc/interrupts now allowed only on s390, x86 and mips? ;-)
>
> Umm, it is present everywhere _but_ s390, afaik.
>
> > -#if defined(CONFIG_ARCH_S390) || defined(CONFIG_X86) || defined(CONFIG_ARCH_MIPS)
> > create_seq_entry("interrupts", 0, &proc_interrupts_operations);
> > -#endif
>
> I think that should be
>
> #if !defined(CONFIG_ARCH_S390)

No, it shouldn't. It is OK on s390 now and #if is a leftover from the
middle of conversion. I was sure that I'd removed it...

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