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
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:
> > 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