[Xenomai-core] [PATCH] Fix __ipipe_pin_range_globally

2007-10-07 Thread Jan Kiszka
This patch fixes another bug of I-pipe for 2.6.22: Due to the introduction of a pgd page cache (quicklist) into that kernel, __ipipe_pin_range_globally no longer addressed all spots that need to be updated after vmalloc'ed memory was mapped into the kernel address range. The result was that,

Re: [Xenomai-core] [PATCH] Fix __ipipe_pin_range_globally

2007-10-07 Thread Jan Kiszka
Philippe Gerum wrote: On Sun, 2007-10-07 at 17:27 +0200, Jan Kiszka wrote: This patch fixes another bug of I-pipe for 2.6.22: Due to the introduction of a pgd page cache (quicklist) into that kernel, __ipipe_pin_range_globally no longer addressed all spots that need to be updated after

Re: [Xenomai-core] [PATCH] Fix __ipipe_pin_range_globally

2007-10-07 Thread Philippe Gerum
On Sun, 2007-10-07 at 18:40 +0200, Jan Kiszka wrote: Philippe Gerum wrote: On Sun, 2007-10-07 at 17:27 +0200, Jan Kiszka wrote: This patch fixes another bug of I-pipe for 2.6.22: Due to the introduction of a pgd page cache (quicklist) into that kernel, __ipipe_pin_range_globally no

Re: [Xenomai-core] [PATCH] Fix __ipipe_pin_range_globally

2007-10-07 Thread Philippe Gerum
On Sun, 2007-10-07 at 18:51 +0200, Philippe Gerum wrote: On Sun, 2007-10-07 at 18:40 +0200, Jan Kiszka wrote: I still have a problem with UP here, but this one is due to a Xenomai bug -- host timer is no more forwarded when the nucleus timer starts. Does disabling NOHZ HIRES get