arm64: Remove unused cpu_name ascii in arch/arm64/mm/proc.S
This string has been moved to arch/arm64/kernel/cputable.c. Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
This commit is contained in:
parent
326b16db9f
commit
f3a1d7d53d
1 changed files with 0 additions and 4 deletions
|
@ -95,10 +95,6 @@ ENTRY(cpu_do_switch_mm)
|
||||||
ret
|
ret
|
||||||
ENDPROC(cpu_do_switch_mm)
|
ENDPROC(cpu_do_switch_mm)
|
||||||
|
|
||||||
cpu_name:
|
|
||||||
.ascii "AArch64 Processor"
|
|
||||||
.align
|
|
||||||
|
|
||||||
.section ".text.init", #alloc, #execinstr
|
.section ".text.init", #alloc, #execinstr
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Reference in a new issue