Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
78a8f3c3
Commit
78a8f3c3
authored
Jun 23, 2011
by
Dave Martin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ARM: mm: proc-v7: Use the new processor struct macros
Signed-off-by:
Dave Martin
<
dave.martin@linaro.org
>
parent
7b7dc6e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
26 deletions
+5
-26
arch/arm/mm/proc-v7.S
arch/arm/mm/proc-v7.S
+5
-26
No files found.
arch/arm/mm/proc-v7.S
View file @
78a8f3c3
...
...
@@ -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
/
*
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment