2006-11-29 19:07:39

by Mariusz Kozlowski

[permalink] [raw]
Subject: [PATCH] arm26/init.c broken macro removal

Hello,

Broken makro / dead code removal.

Signed-off-by: Mariusz Kozlowski <[email protected]>

init.c | 2 --
1 file changed, 2 deletions(-)

--- linux-2.6.19-rc6-mm2-a/arch/arm26/mm/init.c 2006-11-16 05:03:40.000000000 +0100
+++ linux-2.6.19-rc6-mm2-b/arch/arm26/mm/init.c 2006-11-29 19:51:14.000000000 +0100
@@ -34,8 +34,6 @@
#include <asm/map.h>


-#define TABLE_SIZE PTRS_PER_PTE * sizeof(pte_t))
-
struct mmu_gather mmu_gathers[NR_CPUS];

extern pgd_t swapper_pg_dir[PTRS_PER_PGD];

--
Regards,

Mariusz Kozlowski


2006-11-29 20:17:28

by Russell King

[permalink] [raw]
Subject: Re: [PATCH] arm26/init.c broken macro removal

On Wed, Nov 29, 2006 at 08:07:06PM +0100, Mariusz Kozlowski wrote:
> Hello,
>
> Broken makro / dead code removal.
>
> Signed-off-by: Mariusz Kozlowski <[email protected]>

I review ARM stuff, not ARM26 stuff. You want to send it to Ian Molton
instead (address in MAINTAINERS for ARM26 stuff.)

--
Russell King
Linux kernel 2.6 ARM Linux - http://www.arm.linux.org.uk/
maintainer of:

2006-11-29 22:39:20

by Mariusz Kozlowski

[permalink] [raw]
Subject: Re: [PATCH] arm26/init.c broken macro removal

> > Hello,
> >
> > Broken makro / dead code removal.
> >
> > Signed-off-by: Mariusz Kozlowski <[email protected]>
>
> I review ARM stuff, not ARM26 stuff. You want to send it to Ian Molton
> instead (address in MAINTAINERS for ARM26 stuff.)

Sorry then. I saw your name at the beggining of the file.

--
Regards,

Mariusz Kozlowski