Skip to content

Commit

Permalink
avr32: Remove two unused #defines from mm/init.c
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Weiner <hannes@saeurebad.de>
Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
  • Loading branch information
Johannes Weiner authored and Haavard Skinnemoen committed Apr 20, 2008
1 parent 35bf50c commit e6bef83
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions arch/avr32/mm/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ struct page *empty_zero_page;
*/
unsigned long mmu_context_cache = NO_CONTEXT;

#define START_PFN (NODE_DATA(0)->bdata->node_boot_start >> PAGE_SHIFT)
#define MAX_LOW_PFN (NODE_DATA(0)->bdata->node_low_pfn)

void show_mem(void)
{
int total = 0, reserved = 0, cached = 0;
Expand Down

0 comments on commit e6bef83

Please sign in to comment.