lkml.org 
[lkml]   [2008]   [Sep]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [RFC 2/4] introduce dynamically allocated system vectors

* Dean Nelson <dcn@sgi.com> wrote:

> @@ -1219,42 +1246,40 @@ static int __assign_irq_vector(int irq,
> * 0x80, because int 0x80 is hm, kind of importantish. ;)
> */
> static int current_vector = FIRST_DEVICE_VECTOR, current_offset = 0;
> - unsigned int old_vector;
> + cpumask_t target_cpus_mask;

hm. One SGI developer (Mike Travis) is busy removing on-kernel-stack
cpumask_t variables. Other one (you) is busy reintroducing them:

> + cpumask_t target_cpus_mask;
> + cpumask_t domain;
> + cpumask_t new_domain_mask = CPU_MASK_NONE;

in multiple ...

> + cpumask_t mask = TARGET_CPUS;

... functions.

Ingo


\
 
 \ /
  Last update: 2008-09-14 17:49    [W:0.194 / U:0.680 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site