Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "scripts/gdb: add a Radix Tree Parser"
This reverts commit e127a73 ("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 e9256ef ("radix-tree: introduce radix_tree_empty") to 3bcadd6 ("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]>
- Loading branch information