]> git.neil.brown.name Git - history.git/commit
[NET]: Simplify net/flow.c per-cpu handling.
authorRusty Russell <rusty@rustcorp.com.au>
Thu, 22 Jan 2004 02:14:37 +0000 (18:14 -0800)
committerLinus Torvalds <torvalds@home.osdl.org>
Thu, 22 Jan 2004 02:14:37 +0000 (18:14 -0800)
commit0a32dc4d8e83c48f7535d66731eb35d1916b39a8
treed72f152553360d26d06c383113f2bfe0a7041f93
parent07f3741092fc068d09b5c4dd042f4cb8b52f643d
[NET]: Simplify net/flow.c per-cpu handling.

The cpu handling in net/core/flow.c is complex: it tries to allocate
flow cache as each CPU comes up.  It might as well allocate them for
each possible CPU at boot.
net/core/flow.c