mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-20 21:51:05 +00:00
Revert "scripts/gdb: add a Radix Tree Parser"
This reverts commite127a73d41
("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 commite9256efcc8
("radix-tree: introduce radix_tree_empty") to3bcadd6fa6
("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/1467127337-11135-6-git-send-email-kieran@bingham.xyz Signed-off-by: Kieran Bingham <kieran@bingham.xyz> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
552ab2a3ea
commit
b447e02548
3 changed files with 0 additions and 105 deletions
|
@ -14,7 +14,6 @@
|
|||
|
||||
#include <linux/fs.h>
|
||||
#include <linux/mount.h>
|
||||
#include <linux/radix-tree.h>
|
||||
|
||||
/* We need to stringify expanded macros so that they can be parsed */
|
||||
|
||||
|
@ -51,9 +50,3 @@ LX_VALUE(MNT_NOEXEC)
|
|||
LX_VALUE(MNT_NOATIME)
|
||||
LX_VALUE(MNT_NODIRATIME)
|
||||
LX_VALUE(MNT_RELATIME)
|
||||
|
||||
/* linux/radix-tree.h */
|
||||
LX_VALUE(RADIX_TREE_INDIRECT_PTR)
|
||||
LX_GDBPARSED(RADIX_TREE_HEIGHT_MASK)
|
||||
LX_GDBPARSED(RADIX_TREE_MAP_SHIFT)
|
||||
LX_GDBPARSED(RADIX_TREE_MAP_MASK)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue