Re: [PATCH] genirq: Expose default irq affinity mask (take 3)

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Max Krasnyansky <maxk@...>
Cc: <mingo@...>, <a.p.zijlstra@...>, <linux-kernel@...>, <tglx@...>, <rdunlap@...>
Date: Monday, June 2, 2008 - 11:23 am

Max,

I realized, when reading this again, that the default masks
are not ffffffff.  That's the default only on systems with
no more than 32 CPUs.  Rather I suspect that the default is
CPU_MASK_ALL.  Indeed, your patch has:

   cpumask_t irq_default_affinity = CPU_MASK_ALL;

This affects a few mentions of ffffffff in the Docs.

Otherwise looks good - thanks.

Acked-by: Paul Jackson <pj@sgi.com>

-- 
                  I won't rest till it's the best ...
                  Programmer, Linux Scalability
                  Paul Jackson <pj@sgi.com> 1.940.382.4214
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] genirq: Expose default irq affinity mask (take 3), Max Krasnyansky, (Thu May 29, 2:02 pm)
Re: [PATCH] genirq: Expose default irq affinity mask (take 3), Paul Jackson, (Mon Jun 2, 11:23 am)