Found 12 matching messages (0.150 seconds). Page 1 of 1.
... need a patch for this is kernel/time/tick-common.c ... beginning. Still compiles on s390 and x86_64. Subject: [PATCH] time: remove ... linux-2.6/kernel/hrtimer.c =================================================================== --- linux-2.6.orig/kernel ...
linux-kernel - Heiko Carstens - Mar 21 2008 - 09:25
... that need a patch for this is kernel/time/tick-common.c
> ... /linux/irq.h.
> > In particular s390 doesn't have something like ... c:#include
linux-kernel - Ingo Molnar - Mar 21 2008 - 06:15
... the includes for a beginning. > > Still compiles on s390 and x86_64 ... Subject: [PATCH] time: remove include/irq.h from tick-common.c ... .h> /* The __last_jiffy_stamp field is needed to ensure that no decrementer ... 2.6/kernel/time/tick-common.c @@ -14,7 +14,7 ...
linux-kernel - Heiko Carstens - Mar 22 2008 - 16:32
... This change should only matter for architectures that make use of ... affinity of interrupts, then that needs to become part of the ... include asm/irq_regs.h where needed (asm/irq_regs.h is supposed ... 4f38865 100644 --- a/kernel/time/tick-common.c +++ b/kernel/time ...
linux-kernel - Russell King - Mar 23 2008 - 18:34
... This change should only matter for architectures that make use of ... affinity of interrupts, then > that needs to become part of the ... diff --git a/kernel/time/tick-broadcast.c b/kernel/time ... 4f38865 100644 > --- a/kernel/time/tick-common.c > +++ b/kernel/time ...
linux-kernel - Thomas Gleixner - Mar 25 2008 - 15:09
... , Ingo, > > I'm converting s390 from s390's NO_IDLE_HZ to GENERIC_CLOCKEVENTS and ... that need a patch for this is kernel/time/tick-common.c > which relies on the irq ... include/linux/irq.h. > In particular s390 doesn't have something like irq_set_affinity ...
linux-kernel - Christoph Hellwig - Mar 19 2008 - 01:45
... by the include replacement in > > > tick-common.h. > > > > I generally dislike ... affinity of interrupts, then > > that needs to become part of the ... push this patch via git-s390? As far as I can ... your hrt tree, if you're ok with this. -- To unsubscribe ...
linux-kernel - Heiko Carstens - Apr 1 2008 - 07:02
... breakages caused by the include replacement in > > tick-common.h. > > I generally dislike adding ... the affinity of interrupts, then > that needs to become part of the interfaces ... should do the right thing on s390 as well. -- To unsubscribe from this ...
linux-kernel - Heiko Carstens - Mar 24 2008 - 06:14
... > > This change should only matter for architectures that make use of > > ... caused by the include replacement in > > > tick-common.h. > > > > I generally dislike adding ... the affinity of interrupts, then > > that needs to become part of the interfaces ...
linux-kernel - Russell King - Mar 25 2008 - 15:30
... is necessary. It's ok since all > clock event devices on s390 are per cpu. However I think this patch is > ugly at ... path in linux/irq.h to just define these functions as s390, maybe like static inline int irq_set_affinity(unsigned int irq, cpumask_t ...
linux-kernel - Arnd Bergmann - Mar 19 2008 - 00:12
... would you mind if we push this patch via git-s390? > As far as I can see s390 is the only architecture which has a dependency on > this patch. This ... your mm branch in your hrt tree, if you're > ok with this. Ok, I drop it. Thanks, ...
linux-kernel - Thomas Gleixner - Apr 1 2008 - 07:24
... wrote: > > The patch below removes at least three of the includes for a beginning. > Still compiles on s390 and x86_64. > > Subject: [PATCH] time: remove include/irq.h. > > From: Heiko Carstens < ...
linux-kernel - Thomas Gleixner - Mar 21 2008 - 10:45