[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <49008195.9070800@sgi.com>
Date: Thu, 23 Oct 2008 06:52:21 -0700
From: Mike Travis <travis@....com>
To: Ingo Molnar <mingo@...e.hu>
CC: Rusty Russell <rusty@...tcorp.com.au>,
Andrew Morton <akpm@...ux-foundation.org>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 27/35] cpumask: accessors to manipulate possible/present/online/active
maps From: Rusty Russell <rusty@...tcorp.com.au>
Ingo Molnar wrote:
> * Mike Travis <travis@....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.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists