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
f58d59f6
Commit
f58d59f6
authored
Jun 23, 2011
by
Dave Martin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ARM: mm: proc-sa1100: Use the new processor struct macros
Signed-off-by:
Dave Martin
<
dave.martin@linaro.org
>
parent
5973ba58
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
67 deletions
+17
-67
arch/arm/mm/proc-sa1100.S
arch/arm/mm/proc-sa1100.S
+17
-67
No files found.
arch/arm/mm/proc-sa1100.S
View file @
f58d59f6
...
...
@@ -235,60 +235,29 @@ sa1100_crval:
__INITDATA
/*
*
Purpose
:
Function
pointers
used
to
access
above
functions
-
all
calls
*
come
through
these
*/
/*
*
SA1100
and
SA1110
share
the
same
function
calls
*/
.
type
sa1100_processor_functions
,
#
object
ENTRY
(
sa1100_processor_functions
)
.
word
v4_early_abort
.
word
legacy_pabort
.
word
cpu_sa1100_proc_init
.
word
cpu_sa1100_proc_fin
.
word
cpu_sa1100_reset
.
word
cpu_sa1100_do_idle
.
word
cpu_sa1100_dcache_clean_area
.
word
cpu_sa1100_switch_mm
.
word
cpu_sa1100_set_pte_ext
.
word
cpu_sa1100_suspend_size
.
word
cpu_sa1100_do_suspend
.
word
cpu_sa1100_do_resume
.
size
sa1100_processor_functions
,
.
-
sa1100_processor_functions
.
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
@
define
struct
processor
(
see
<
asm
/
proc
-
fns
.
h
>
and
proc
-
macros
.
S
)
define_processor_functions
sa1100
,
dabort
=
v4_early_abort
,
pabort
=
legacy_pabort
,
suspend
=
1
.
type
cpu_sa1100_name
,
#
object
cpu_sa1100_name
:
.
asciz
"StrongARM-1100"
.
size
cpu_sa1100_name
,
.
-
cpu_sa1100_name
.
section
".rodata"
.
type
cpu_sa1110_name
,
#
object
cpu_sa1110_name
:
.
asciz
"StrongARM-111
0"
.
size
cpu_sa1110_name
,
.
-
cpu_sa1110_name
string
cpu_arch_name
,
"armv4"
string
cpu_elf_name
,
"v4"
string
cpu_sa1100_name
,
"StrongARM-110
0"
string
cpu_sa1110_name
,
"StrongARM-1110"
.
align
.
section
".proc.info.init"
,
#
alloc
,
#
execinstr
.
type
__sa1100_proc_info
,#
object
__sa1100_proc_info
:
.
long
0x4401a110
.
long
0xfffffff0
.
macro
sa1100_proc_info
name
:
req
,
cpu_val
:
req
,
cpu_mask
:
req
,
cpu_name
:
req
.
type
__
\
name
\
()
_proc_info
,#
object
__
\
name
\()
_proc_info
:
.
long
\
cpu_val
.
long
\
cpu_mask
.
long
PMD_TYPE_SECT
|
\
PMD_SECT_BUFFERABLE
|
\
PMD_SECT_CACHEABLE
|
\
...
...
@@ -301,32 +270,13 @@ __sa1100_proc_info:
.
long
cpu_arch_name
.
long
cpu_elf_name
.
long
HWCAP_SWP
| HWCAP_HALF |
HWCAP_26BIT
|
HWCAP_FAST_MULT
.
long
cpu_sa1100
_name
.
long
\
cpu
_name
.
long
sa1100_processor_functions
.
long
v4wb_tlb_fns
.
long
v4_mc_user_fns
.
long
v4wb_cache_fns
.
size
__sa1100_proc_info
,
.
-
__sa1100_proc_info
.
size
__
\
name
\
()
_proc_info
,
.
-
__
\
name
\
()
_proc_info
.
endm
.
type
__sa1110_proc_info
,#
object
__sa1110_proc_info
:
.
long
0x6901b110
.
long
0xfffffff0
.
long
PMD_TYPE_SECT
|
\
PMD_SECT_BUFFERABLE
|
\
PMD_SECT_CACHEABLE
|
\
PMD_SECT_AP_WRITE
|
\
PMD_SECT_AP_READ
.
long
PMD_TYPE_SECT
|
\
PMD_SECT_AP_WRITE
|
\
PMD_SECT_AP_READ
b
__sa1100_setup
.
long
cpu_arch_name
.
long
cpu_elf_name
.
long
HWCAP_SWP
| HWCAP_HALF |
HWCAP_26BIT
|
HWCAP_FAST_MULT
.
long
cpu_sa1110_name
.
long
sa1100_processor_functions
.
long
v4wb_tlb_fns
.
long
v4_mc_user_fns
.
long
v4wb_cache_fns
.
size
__sa1110_proc_info
,
.
-
__sa1110_proc_info
sa1100_proc_info
sa1100
,
0x4401a110
,
0xfffffff0
,
cpu_sa1100_name
sa1100_proc_info
sa1110
,
0x6901b110
,
0xfffffff0
,
cpu_sa1110_name
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