commit | 2f8975fbcf07103afab0bbaea5f5b1a9967ffb86 | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Sat Jan 10 21:58:09 2009 -0800 |
committer | Ingo Molnar <mingo@elte.hu> | Sun Jan 11 19:12:56 2009 +0100 |
tree | 4f8931e89e5a5fae2b778ca0e879e2f66ba07935 | |
parent | f7df8ed164996cd2c6aca9674388be6ef78d8b37 [diff] |
cpumask: convert drivers/net/sfc Impact: reduce stack usage, use new cpumask API. Remove a cpumask from the stack. Ben Hutchings indicated that printing a warning and returning 1 was acceptable for the corner case where allocation fails. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Signed-off-by: Mike Travis <travis@sgi.com> Cc: Ben Hutchings <bhutchings@solarflare.com> Cc: linux-net-drivers@solarflare.com