Skip to content

Commit

Permalink
arm64: Remove unused cpu_name ascii in arch/arm64/mm/proc.S
Browse files Browse the repository at this point in the history
This string has been moved to arch/arm64/kernel/cputable.c.

Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
  • Loading branch information
Catalin Marinas committed Sep 2, 2013
1 parent 326b16d commit f3a1d7d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions arch/arm64/mm/proc.S
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,6 @@ ENTRY(cpu_do_switch_mm)
ret
ENDPROC(cpu_do_switch_mm)

cpu_name:
.ascii "AArch64 Processor"
.align

.section ".text.init", #alloc, #execinstr

/*
Expand Down

0 comments on commit f3a1d7d

Please sign in to comment.