kernel-ark/kernel/debug/kdb
Eric Dumazet bd77c04772 module: struct module_ref should contains long fields
module_ref contains two "unsigned int" fields.

Thats now too small, since some machines can open more than 2^32 files.

Check commit 518de9b39e (fs: allow for more than 2^31 files) for
reference.

We can add an aligned(2 * sizeof(unsigned long)) attribute to force
alloc_percpu() allocating module_ref areas in single cache lines.

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
CC: Rusty Russell <rusty@rustcorp.com.au>
CC: Tejun Heo <tj@kernel.org>
CC: Robin Holt <holt@sgi.com>
CC: David Miller <davem@davemloft.net>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2012-01-13 09:32:14 +10:30
..
.gitignore
kdb_bp.c
kdb_bt.c
kdb_cmds
kdb_debugger.c
kdb_io.c
kdb_keyboard.c
kdb_main.c module: struct module_ref should contains long fields 2012-01-13 09:32:14 +10:30
kdb_private.h
kdb_support.c kdb: Make KDB use the new is_idle_task() API 2011-12-11 10:31:52 -08:00
Makefile