* [patch 1/4] delete unused file
@ 2004-12-25 13:41 domen
2004-12-25 19:11 ` Richard Henderson
0 siblings, 1 reply; 3+ messages in thread
From: domen @ 2004-12-25 13:41 UTC (permalink / raw)
To: rth; +Cc: linux-kernel, domen
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
_
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [patch 1/4] delete unused file
2004-12-25 13:41 [patch 1/4] delete unused file domen
@ 2004-12-25 19:11 ` Richard Henderson
2004-12-25 21:41 ` Domen Puncer
0 siblings, 1 reply; 3+ messages in thread
From: Richard Henderson @ 2004-12-25 19:11 UTC (permalink / raw)
To: domen; +Cc: linux-kernel
On Sat, Dec 25, 2004 at 02:41:28PM +0100, domen@coderock.org wrote:
> kj/arch/alpha/lib/dbg_stackcheck.S | 27 ---------------------------
As should be obvious from the "dbg" prefix, these are debugging aids.
Do not remove any of them.
r~
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: delete unused file
2004-12-25 19:11 ` Richard Henderson
@ 2004-12-25 21:41 ` Domen Puncer
0 siblings, 0 replies; 3+ messages in thread
From: Domen Puncer @ 2004-12-25 21:41 UTC (permalink / raw)
To: linux-kernel
On 25/12/04 11:11 -0800, Richard Henderson wrote:
> On Sat, Dec 25, 2004 at 02:41:28PM +0100, domen@coderock.org wrote:
> > kj/arch/alpha/lib/dbg_stackcheck.S | 27 ---------------------------
>
> As should be obvious from the "dbg" prefix, these are debugging aids.
> Do not remove any of them.
Obvious? Not to me :-)
It looked like they were debugging aids (no change >2 years) and they
are not needed anymore (or there would be a DEBUG_blah).
Patch dropped.
Domen
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2004-12-25 21:41 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-25 13:41 [patch 1/4] delete unused file domen
2004-12-25 19:11 ` Richard Henderson
2004-12-25 21:41 ` Domen Puncer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox