login
Header Space

 
 

RE: [PATCH 0/5] Generic smp_call_function(), improvements, and smp_call_function_single()

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Jens Axboe <jens.axboe@...>
Cc: <linux-kernel@...>, <npiggin@...>, <paulus@...>, <tglx@...>, <mingo@...>
Date: Friday, March 21, 2008 - 2:56 pm

> My thinking was that it may need a bit of help to ensure that the init

The problem may be worse than that.  I see that you have a per-cpu
"call_single_queue" on which you do some list operations.  On ia64
the per-cpu variables live at the same virtual address on each processor
with a per-cpu TLB mapping directing them to a different physical
address on each.  This makes Linux lists very confused.

-Tony
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
RE: [PATCH 0/5] Generic smp_call_function(), improvements, a..., Luck, Tony, (Fri Mar 21, 2:56 pm)
speck-geostationary