Skip to content

Commit b62b37d

Browse files
committed
parisc: init: Drop unused variable end_paddr
Signed-off-by: Helge Deller <[email protected]>
1 parent 7def423 commit b62b37d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

arch/parisc/mm/init.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -626,12 +626,10 @@ static void __init pagetable_init(void)
626626

627627
for (range = 0; range < npmem_ranges; range++) {
628628
unsigned long start_paddr;
629-
unsigned long end_paddr;
630629
unsigned long size;
631630

632631
start_paddr = pmem_ranges[range].start_pfn << PAGE_SHIFT;
633632
size = pmem_ranges[range].pages << PAGE_SHIFT;
634-
end_paddr = start_paddr + size;
635633

636634
map_pages((unsigned long)__va(start_paddr), start_paddr,
637635
size, PAGE_KERNEL, 0);

0 commit comments

Comments
 (0)