lkml.org 
[lkml]   [2008]   [Oct]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 27/35] cpumask: accessors to manipulate possible/present/online/active maps From: Rusty Russell <>

* Mike Travis <travis@sgi.com> wrote:

> +void set_cpu_possible(unsigned int cpu, bool possible)
> +{
> + if (possible)
> + cpumask_set_cpu(cpu, &cpu_possible_map);
> + else
> + cpumask_clear_cpu(cpu, &cpu_possible_map);
> +}
> +void set_cpu_present(unsigned int cpu, bool present)
> +{

i added the missing newlines between all the new function definitions.

Ingo


\
 
 \ /
  Last update: 2008-10-23 13:09    [W:0.223 / U:0.336 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site