Re: [PATCH 8/12] Add mapping table between irq and vector

2007-07-13 Thread Yasuaki Ishimatsu
Luck, Tony wrote: I found why my machine sometimes crashes during boot with the vector domain patch applied. The problem is a spurious interrupt that causes a wild pointer reference, and thus a crash. The problem occurs because unused entries in the percpu vector_irq array are filled with

Re: [RFC][PATCH] fsys_gettimeofday leaps days if it runs with nojitter

2007-07-13 Thread Bob Picco
Hi, Hidetoshi Seto wrote: [Thu Jul 12 2007, 09:27:30PM EDT] Luck, Tony wrote: I'm guessing here ... I haven't cross-checked with the architects. I'll be glad if we can get a comment from Intel's architects. I talked this through with an architect, and I'm right. In the sequence:

RE: [RFC][PATCH] fsys_gettimeofday leaps days if it runs with nojitter

2007-07-13 Thread Luck, Tony
Here are 2 pending patches I'm pushing : - [PATCH] ia64: Scalability improvement of gettimeofday with jitter compensation Bob says his (Pete's) patches will be ready soon (Sunday) so I'll wait for them to make sure this all fits together cleanly. This is a definite 2.6.23

debian 40r installation issue on IA 64

2007-07-13 Thread Kallol Biswas
I have been trying to install debian 40r0 on hp longs peak itanium server. The installation hangs trying to configure net EFI Time Services Driver v0.4 Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled 00:04: ttyS0 at MMIO 0xff5e (irq = 49) is a 16550A 00:05: ttyS1

[PATCH 1/2] ia64 clocksource

2007-07-13 Thread Bob Picco
Andrew and Tony: I'd like to get this into -mm with the intent of targeting for 2.6.24. There is only documentation change since Pete's last posting on ia64 ml. I doubt Pete's email address exists because of his early retirement the end of May. bob From: Peter Keilty [EMAIL PROTECTED] Initial

[PATCH 2/2] ia64 - remove time interpolator

2007-07-13 Thread Bob Picco
Remove time_interpolator code. Signed-off-by: Bob Picco [EMAIL PROTECTED] Signed-off-by: John Stultz [EMAIL PROTECTED] Signed-off-by: Peter Keilty [EMAIL PROTECTED] include/linux/timex.h | 60 -- kernel/time.c | 75 -- kernel/time/ntp.c