login
Header Space

 
 

Re: tick-common.c hack for s390 needed

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Russell King <rmk+lkml@...>
Cc: Thomas Gleixner <tglx@...>, Ingo Molnar <mingo@...>, Christoph Hellwig <hch@...>, <linux-kernel@...>, Martin Schwidefsky <schwidefsky@...>, <paulus@...>, <ralf@...>, <davem@...>, <lethal@...>, <jdike@...>
Date: Monday, March 24, 2008 - 6:14 am

On Sun, Mar 23, 2008 at 10:34:55PM +0000, Russell King wrote:

Every architecture besides one... as usual :/


Could you add something like

#ifdef CONFIG_GENERIC_HARDIRQS

/* added stuff from above */

#else /* CONFIG_GENERIC_HARDIRQS */

static inline int irq_set_affinity(unsigned int irq, cpumask_t cpumask)
{
	WARN_ON(1);
	return -EINVAL;
}

static inline int irq_can_set_affinity(unsigned int irq)
{
	return 0;
}
#endif /* CONFIG_GENERIC_HARDIRQS */

Then it should do the right thing on s390 as well.
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
tick-common.c hack for s390 needed, Heiko Carstens, (Tue Mar 18, 5:31 am)
Re: tick-common.c hack for s390 needed, Arnd Bergmann, (Wed Mar 19, 12:12 am)
Re: tick-common.c hack for s390 needed, Christoph Hellwig, (Wed Mar 19, 1:45 am)
Re: tick-common.c hack for s390 needed, Ingo Molnar, (Fri Mar 21, 6:15 am)
Re: tick-common.c hack for s390 needed, Heiko Carstens, (Fri Mar 21, 9:25 am)
Re: tick-common.c hack for s390 needed, Thomas Gleixner, (Fri Mar 21, 10:45 am)
Re: tick-common.c hack for s390 needed, Heiko Carstens, (Sat Mar 22, 4:32 pm)
Re: tick-common.c hack for s390 needed, Russell King, (Sun Mar 23, 6:34 pm)
Re: tick-common.c hack for s390 needed, Thomas Gleixner, (Tue Mar 25, 3:09 pm)
Re: tick-common.c hack for s390 needed, Heiko Carstens, (Tue Apr 1, 7:02 am)
Re: tick-common.c hack for s390 needed, Thomas Gleixner, (Tue Apr 1, 7:24 am)
Re: tick-common.c hack for s390 needed, Russell King, (Tue Mar 25, 3:30 pm)
Re: tick-common.c hack for s390 needed, Heiko Carstens, (Mon Mar 24, 6:14 am)
speck-geostationary