Skip to content

Commit f3a1d7d

Browse files
committed
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 <[email protected]>
1 parent 326b16d commit f3a1d7d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

arch/arm64/mm/proc.S

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,6 @@ ENTRY(cpu_do_switch_mm)
9595
ret
9696
ENDPROC(cpu_do_switch_mm)
9797

98-
cpu_name:
99-
.ascii "AArch64 Processor"
100-
.align
101-
10298
.section ".text.init", #alloc, #execinstr
10399

104100
/*

0 commit comments

Comments
 (0)