[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20081023110524.GB25132@elte.hu>
Date: Thu, 23 Oct 2008 13:05:24 +0200
From: Ingo Molnar <mingo@...e.hu>
To: Mike Travis <travis@....com>
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>
* 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
--
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