[patch 1/4] delete unused file

From: domen
Date: Sat Dec 25 2004 - 08:44:26 EST



Remove nowhere referenced file. (egrep "filename\." didn't find anything)

Signed-off-by: Domen Puncer <domen@xxxxxxxxxxxx>
---


kj/arch/alpha/lib/dbg_stackcheck.S | 27 ---------------------------
1 files changed, 27 deletions(-)

diff -L arch/alpha/lib/dbg_stackcheck.S -puN arch/alpha/lib/dbg_stackcheck.S~remove_file-arch_alpha_lib_dbg_stackcheck.S /dev/null
--- kj/arch/alpha/lib/dbg_stackcheck.S
+++ /dev/null 2004-12-24 01:21:08.000000000 +0100
@@ -1,27 +0,0 @@
-/*
- * arch/alpha/lib/stackcheck.S
- * Contributed by Richard Henderson (rth@xxxxxxxx)
- *
- * Verify that we have not overflowed the stack. Oops if we have.
- */
-
-#include <asm/asm_offsets.h>
-
- .text
- .set noat
-
- .align 3
- .globl _mcount
- .ent _mcount
-_mcount:
- .frame $30, 0, $28, 0
- .prologue 0
-
- lda $0, TASK_SIZE($8)
- cmpult $30, $0, $0
- bne $0, 1f
- ret ($28)
-1: stq $31, -8($31) # oops me, damn it.
- br 1b
-
- .end _mcount
_
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/