Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 258297
b: refs/heads/master
c: 78a8f3c
h: refs/heads/master
i:
  258295: 2b6791c
v: v3
  • Loading branch information
Dave Martin committed Jul 7, 2011
1 parent 5b3b092 commit cedadf2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 27 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7b7dc6e8885b863beef189ade5971ff14781a971
refs/heads/master: 78a8f3c365b8851eb9862c54425e95bfd523f22d
31 changes: 5 additions & 26 deletions trunk/arch/arm/mm/proc-v7.S
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,7 @@ ENTRY(cpu_v7_set_pte_ext)
mov pc, lr
ENDPROC(cpu_v7_set_pte_ext)

cpu_v7_name:
.ascii "ARMv7 Processor"
string cpu_v7_name, "ARMv7 Processor"
.align

/*
Expand Down Expand Up @@ -411,33 +410,13 @@ __v7_setup_stack:

__INITDATA

.type v7_processor_functions, #object
ENTRY(v7_processor_functions)
.word v7_early_abort
.word v7_pabort
.word cpu_v7_proc_init
.word cpu_v7_proc_fin
.word cpu_v7_reset
.word cpu_v7_do_idle
.word cpu_v7_dcache_clean_area
.word cpu_v7_switch_mm
.word cpu_v7_set_pte_ext
.word cpu_v7_suspend_size
.word cpu_v7_do_suspend
.word cpu_v7_do_resume
.size v7_processor_functions, . - v7_processor_functions
@ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
define_processor_functions v7, dabort=v7_early_abort, pabort=v7_pabort, suspend=1

.section ".rodata"

.type cpu_arch_name, #object
cpu_arch_name:
.asciz "armv7"
.size cpu_arch_name, . - cpu_arch_name

.type cpu_elf_name, #object
cpu_elf_name:
.asciz "v7"
.size cpu_elf_name, . - cpu_elf_name
string cpu_arch_name, "armv7"
string cpu_elf_name, "v7"
.align

.section ".proc.info.init", #alloc, #execinstr
Expand Down

0 comments on commit cedadf2

Please sign in to comment.