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
d6ed10ce
Commit
d6ed10ce
authored
Jun 23, 2011
by
Dave Martin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ARM: mm: proc-fa526: Use the new processor struct macros
Signed-off-by:
Dave Martin
<
dave.martin@linaro.org
>
parent
b4a19f03
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
33 deletions
+5
-33
arch/arm/mm/proc-fa526.S
arch/arm/mm/proc-fa526.S
+5
-33
No files found.
arch/arm/mm/proc-fa526.S
View file @
d6ed10ce
...
...
@@ -180,42 +180,14 @@ fa526_cr1_set:
__INITDATA
/*
*
Purpose
:
Function
pointers
used
to
access
above
functions
-
all
calls
*
come
through
these
*/
.
type
fa526_processor_functions
,
#
object
fa526_processor_functions
:
.
word
v4_early_abort
.
word
legacy_pabort
.
word
cpu_fa526_proc_init
.
word
cpu_fa526_proc_fin
.
word
cpu_fa526_reset
.
word
cpu_fa526_do_idle
.
word
cpu_fa526_dcache_clean_area
.
word
cpu_fa526_switch_mm
.
word
cpu_fa526_set_pte_ext
.
word
0
.
word
0
.
word
0
.
size
fa526_processor_functions
,
.
-
fa526_processor_functions
@
define
struct
processor
(
see
<
asm
/
proc
-
fns
.
h
>
and
proc
-
macros
.
S
)
define_processor_functions
fa526
,
dabort
=
v4_early_abort
,
pabort
=
legacy_pabort
.
section
".rodata"
.
type
cpu_arch_name
,
#
object
cpu_arch_name
:
.
asciz
"armv4"
.
size
cpu_arch_name
,
.
-
cpu_arch_name
.
type
cpu_elf_name
,
#
object
cpu_elf_name
:
.
asciz
"v4"
.
size
cpu_elf_name
,
.
-
cpu_elf_name
.
type
cpu_fa526_name
,
#
object
cpu_fa526_name
:
.
asciz
"FA526"
.
size
cpu_fa526_name
,
.
-
cpu_fa526_name
string
cpu_arch_name
,
"armv4"
string
cpu_elf_name
,
"v4"
string
cpu_fa526_name
,
"FA526"
.
align
...
...
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