Messages in this thread Patch in this message |  | | | Subject | [patch 1/4] delete unused file | | From | domen@coderock ... | | Date | Sat, 25 Dec 2004 14:41:28 +0100 |
| |
Remove nowhere referenced file. (egrep "filename\." didn't find anything)
Signed-off-by: Domen Puncer <domen@coderock.org> ---
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@tamu.edu) - * - * 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |