lkml.org 
[lkml]   [2001]   [Nov]   [29]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
DateThu, 29 Nov 2001 08:18:39 -0500 (EST)
FromAlexander Viro <>
SubjectRe: [CFT][PATCH] /proc/interrupts fixes

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/

\
 
 \ /
  Last update: 2005-03-22 13:18    [W:0.354 / U:0.280 seconds]
©2003-2008 Jasper Spaans