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 <>
Ingo Molnar wrote:
> * 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

Thanks! I normally do this when spotting them.


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