Skip to content

Commit

Permalink
nommu: Remove the memory_start/end variables from ARM page-nommu.h
Browse files Browse the repository at this point in the history
These variables do not seem to be used anywhere in the kernel.

Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
  • Loading branch information
Catalin Marinas committed Jul 24, 2009
1 parent 3c42797 commit 2732f4b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions arch/arm/include/asm/page-nommu.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,4 @@ typedef unsigned long pgprot_t;
#define __pmd(x) (x)
#define __pgprot(x) (x)

extern unsigned long memory_start;
extern unsigned long memory_end;

#endif

0 comments on commit 2732f4b

Please sign in to comment.