summaryrefslogtreecommitdiff
path: root/scripts/Lindent
diff options
context:
space:
mode:
authorRussell King <rmk@arm.linux.org.uk>2003-09-07 01:48:13 -0700
committerLinus Torvalds <torvalds@home.osdl.org>2003-09-07 01:48:13 -0700
commit2c9f643ab43398001d840e5a33cce829fbb3be4c (patch)
tree5366e92cdf745c37b948bfd76ea1e362f15d7ffe /scripts/Lindent
parentb0deac0886b0056765afd149e9834373b38e096b (diff)
[PATCH] Fixes to allow ARM to build in the standard tree
In addition to the MODULE_ALIAS_LDISC patch, the following changes to generic code are needed to allow ARM to build in Linus' tree. The first is to add PT_SINGLESTEP to ptrace.h so we do the right thing when adding/removing breakpoint instructions into processes (see arch/arm/kernel/{signal.c,ptrace.c} for usage.) The second is needed because pmd_clear() needs to flush the pmd. However, we can't include tlbflush.h into pgtable.h without causing a circular dependency (tlbflush.h needs vm_area_struct and mm_struct which are in mm.h, which needs pgtable.h.) swapfile.c seems to be the only file affected.
Diffstat (limited to 'scripts/Lindent')
0 files changed, 0 insertions, 0 deletions