diff options
| author | Jörn Engel <joern@wohnheim.fh-wedel.de> | 2004-06-29 05:20:51 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-06-29 05:20:51 -0700 |
| commit | 431f19ef431d7c084e8c0942fbfd3a8b57f62ff0 (patch) | |
| tree | 692d0e8538f35eb8b625cf7532642a40625fe519 /scripts | |
| parent | a5b3d50df1288fa8dbf74861b9e75a0b9b4b46d4 (diff) | |
[PATCH] small fixes to checkstack
- fix documentation
- use $(src) in Makefile (fixes cross-compilation)
Both spottet by Geert Uytterhoeven
Signed-off-by: Jörn Engel <joern@wohnheim.fh-wedel.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/checkstack.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/checkstack.pl b/scripts/checkstack.pl index 4f212358dbbb..7d33f0a42a37 100644 --- a/scripts/checkstack.pl +++ b/scripts/checkstack.pl @@ -13,7 +13,7 @@ # M68k port by Geert Uytterhoeven and Andreas Schwab # # Usage: -# objdump -d vmlinux | stackcheck_ppc.pl [arch] +# objdump -d vmlinux | stackcheck.pl [arch] # # TODO : Port to all architectures (one regex per arch) |
