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

Christoph Hellwig (hch@ns.caldera.de)
Thu, 29 Nov 2001 13:55:49 +0100


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)

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