* [patch 4/4] delete unused file
@ 2004-12-25 13:41 domen
2004-12-25 13:55 ` William Lee Irwin III
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/include/asm-alpha/numnodes.h | 7 -------
1 files changed, 7 deletions(-)
diff -L include/asm-alpha/numnodes.h -puN include/asm-alpha/numnodes.h~remove_file-include_asm_alpha_numnodes.h /dev/null
--- kj/include/asm-alpha/numnodes.h
+++ /dev/null 2004-12-24 01:21:08.000000000 +0100
@@ -1,7 +0,0 @@
-#ifndef _ASM_MAX_NUMNODES_H
-#define _ASM_MAX_NUMNODES_H
-
-/* Max 128 Nodes - Marvel */
-#define NODES_SHIFT 7
-
-#endif /* _ASM_MAX_NUMNODES_H */
_
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [patch 4/4] delete unused file
2004-12-25 13:41 [patch 4/4] delete unused file domen
@ 2004-12-25 13:55 ` William Lee Irwin III
2004-12-25 14:04 ` Domen Puncer
0 siblings, 1 reply; 3+ messages in thread
From: William Lee Irwin III @ 2004-12-25 13:55 UTC (permalink / raw)
To: domen; +Cc: rth, linux-kernel
On Sat, Dec 25, 2004 at 02:41:37PM +0100, domen@coderock.org wrote:
> Remove nowhere referenced file. (egrep "filename\." didn't find anything)
> Signed-off-by: Domen Puncer <domen@coderock.org>
include/asm-alpha/numnodes.h is included by include/linux/numa.h when
CONFIG_NUMA is set. grepping for the filename can be fooled.
-- wli
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: delete unused file
2004-12-25 13:55 ` William Lee Irwin III
@ 2004-12-25 14:04 ` Domen Puncer
0 siblings, 0 replies; 3+ messages in thread
From: Domen Puncer @ 2004-12-25 14:04 UTC (permalink / raw)
To: William Lee Irwin III; +Cc: rth, linux-kernel
On 25/12/04 05:55 -0800, William Lee Irwin III wrote:
> On Sat, Dec 25, 2004 at 02:41:37PM +0100, domen@coderock.org wrote:
> > Remove nowhere referenced file. (egrep "filename\." didn't find anything)
> > Signed-off-by: Domen Puncer <domen@coderock.org>
>
> include/asm-alpha/numnodes.h is included by include/linux/numa.h when
> CONFIG_NUMA is set. grepping for the filename can be fooled.
Damn, it shouldn't miss it, i'll check my scripts before sending more
patches like this.
Thanks wli.
>
>
> -- wli
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2004-12-25 14:04 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 4/4] delete unused file domen
2004-12-25 13:55 ` William Lee Irwin III
2004-12-25 14:04 ` Domen Puncer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox