diff options
| author | Kieran Bingham <[email protected]> | 2016-07-14 19:07:06 +0000 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2016-07-15 05:54:27 +0000 |
| commit | b447e02548a3304c47b78b5e2d75a4312a8f17e1 (patch) | |
| tree | a4a55111089dfffd84d88404c677776255dd969f /scripts/gdb/vmlinux-gdb.py | |
| parent | scripts/gdb: Perform path expansion to lx-symbol's arguments (diff) | |
| download | kernel-b447e02548a3304c47b78b5e2d75a4312a8f17e1.tar.gz kernel-b447e02548a3304c47b78b5e2d75a4312a8f17e1.zip | |
Revert "scripts/gdb: add a Radix Tree Parser"
This reverts commit e127a73d41ac ("scripts/gdb: add a Radix Tree
Parser")
The python implementation of radix-tree was merged at the same time as
the radix-tree system was heavily reworked from commit e9256efcc8e3
("radix-tree: introduce radix_tree_empty") to 3bcadd6fa6c4 ("radix-tree:
free up the bottom bit of exceptional entries for reuse") and no longer
functions, but also prevents other gdb scripts from loading.
This functionality has not yet hit a release, so simply remove it for
now
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Kieran Bingham <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'scripts/gdb/vmlinux-gdb.py')
| -rw-r--r-- | scripts/gdb/vmlinux-gdb.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/gdb/vmlinux-gdb.py b/scripts/gdb/vmlinux-gdb.py index 3a80ad6eecad..6e0b0afd888a 100644 --- a/scripts/gdb/vmlinux-gdb.py +++ b/scripts/gdb/vmlinux-gdb.py @@ -31,4 +31,3 @@ else: import linux.lists import linux.proc import linux.constants - import linux.radixtree |
