diff options
author | Mariusz Kozlowski <m.kozlowski@tuxland.pl> | 2007-07-16 02:38:43 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-16 12:05:38 -0400 |
commit | f47807f359974a8fbb13d850da403be9af885f6e (patch) | |
tree | f25a0010e861c0495699669e834246da15f93b7e | |
parent | 787ea0ef70d65f71a667ed686f2f28d63ef9a217 (diff) |
arm26: remove broken and unused macro
Signed-off-by: Mariusz Kozlowski <m.kozlowski@tuxland.pl>
Cc: Ian Molton <spyro@f2s.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r-- | arch/arm26/mm/init.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm26/mm/init.c b/arch/arm26/mm/init.c index 562fac12eb95..36e7ee3f8321 100644 --- a/arch/arm26/mm/init.c +++ b/arch/arm26/mm/init.c | |||
@@ -33,9 +33,6 @@ | |||
33 | 33 | ||
34 | #include <asm/map.h> | 34 | #include <asm/map.h> |
35 | 35 | ||
36 | |||
37 | #define TABLE_SIZE PTRS_PER_PTE * sizeof(pte_t)) | ||
38 | |||
39 | struct mmu_gather mmu_gathers[NR_CPUS]; | 36 | struct mmu_gather mmu_gathers[NR_CPUS]; |
40 | 37 | ||
41 | extern pgd_t swapper_pg_dir[PTRS_PER_PGD]; | 38 | extern pgd_t swapper_pg_dir[PTRS_PER_PGD]; |