Skip to content

Commit

Permalink
arm64: Remove unused variable in head.S
Browse files Browse the repository at this point in the history
Remove an unused local variable from head.S.  It seems this was never
used even from the initial commit
9703d9d (arm64: Kernel booting and
initialisation), and is a left over from a previous implementation
of __calc_phys_offset.

Signed-off-by: Geoff Levand <geoff@infradead.org>
Signed-off-by: Will Deacon <will.deacon@arm.com>
  • Loading branch information
Geoff Levand authored and Will Deacon committed Aug 26, 2014
1 parent 031cb42 commit 5843be2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions arch/arm64/kernel/head.S
Original file line number Diff line number Diff line change
Expand Up @@ -373,10 +373,6 @@ ENTRY(__boot_cpu_mode)
.long 0
.popsection

.align 3
2: .quad .
.quad PAGE_OFFSET

#ifdef CONFIG_SMP
.align 3
1: .quad .
Expand Down

0 comments on commit 5843be2

Please sign in to comment.