diff options
author | Rusty Russell <[email protected]> | 2009-12-17 11:43:24 -0600 |
---|---|---|
committer | Rusty Russell <[email protected]> | 2009-12-17 11:43:25 +1030 |
commit | cc216b86e51e9ab22265ea9591769c9ee235e1e4 (patch) | |
tree | 797a38135c7f4cd95f09f10e9fcc6fa3ce7053c9 /drivers/mtd/lpddr/lpddr_cmds.c | |
parent | 6957177f5c3c0e51b9e90a1d7fadb3177a333949 (diff) |
cpumask: convert drivers/idle/i7300_idle.c to cpumask_var_t
Fairly simple transformation:
1) cpumask_t -> cpumask_var_t and alloc_cpumask_var/free_cpumask_var
(which are a NOOP unless CONFIG_CPUMASK_OFFSTACK=y).
2) cpu_set -> cpumask_set_cpu
3) cpus_weight -> cpumask_weight
4) cpu_clear -> cpumask_clear_cpu
Signed-off-by: Rusty Russell <[email protected]>
To: Andy Henroid <[email protected]>
Diffstat (limited to 'drivers/mtd/lpddr/lpddr_cmds.c')
0 files changed, 0 insertions, 0 deletions