1
0
Fork 0
remarkable-linux/scripts/gdb
Adrien Schildknecht ca3f172c19 scripts/gdb: fix lx-lsmod refcnt
Commit 2f35c41f58 ("module: Replace module_ref with atomic_t refcnt")
changes the way refcnt is handled but did not update the gdb script to
use the new variable.

Since refcnt is not per-cpu anymore, we can directly read its value.

Signed-off-by: Adrien Schildknecht <adrien+dev@schischi.me>
Reviewed-by: Jan Kiszka <jan.kiszka@siemens.com>
Cc: Pantelis Koukousoulas <pktoss@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2015-05-28 18:25:19 -07:00
..
linux scripts/gdb: fix lx-lsmod refcnt 2015-05-28 18:25:19 -07:00
Makefile scripts/gdb: add infrastructure 2015-02-17 14:34:53 -08:00
vmlinux-gdb.py scripts/gdb: add internal helper and convenience function for per-cpu lookup 2015-02-17 14:34:54 -08:00