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
3b6e11b5
Commit
3b6e11b5
authored
May 12, 2004
by
Deepak Saxena
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
proc-xscale.S, Kconfig:
IXP4xx support
parent
87aa70c4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
1 deletion
+22
-1
arch/arm/mm/Kconfig
arch/arm/mm/Kconfig
+1
-1
arch/arm/mm/proc-xscale.S
arch/arm/mm/proc-xscale.S
+21
-0
No files found.
arch/arm/mm/Kconfig
View file @
3b6e11b5
...
...
@@ -220,7 +220,7 @@ config CPU_SA1100
# XScale
config CPU_XSCALE
bool
depends on ARCH_IOP3XX || ARCH_ADIFCC || ARCH_PXA
depends on ARCH_IOP3XX || ARCH_ADIFCC || ARCH_PXA
|| ARCH_IXP4XX
default y
select CPU_32v5
select CPU_ABRT_EV5T
...
...
arch/arm/mm/proc-xscale.S
View file @
3b6e11b5
...
...
@@ -647,6 +647,11 @@ cpu_pxa210_name:
.
asciz
"XScale-PXA210"
.
size
cpu_pxa210_name
,
.
-
cpu_pxa210_name
.
type
cpu_ixp42x_name
,
#
object
cpu_ixp42x_name
:
.
asciz
"XScale-IXP42x Family"
.
size
cpu_ixp42x_name
,
.
-
cpu_ixp42x_name
.
type
cpu_pxa255_name
,
#
object
cpu_pxa255_name
:
.
asciz
"XScale-PXA255"
...
...
@@ -725,6 +730,22 @@ __pxa210_proc_info:
.
long
xscale_cache_fns
.
size
__pxa210_proc_info
,
.
-
__pxa210_proc_info
.
type
__ixp42x_proc_info
,
#
object
__ixp42x_proc_info
:
.
long
0x690541c0
.
long
0xffffffc0
.
long
0x00000c0e
b
__xscale_setup
.
long
cpu_arch_name
.
long
cpu_elf_name
.
long
HWCAP_SWP|HWCAP_HALF|HWCAP_THUMB|HWCAP_FAST_MULT|HWCAP_EDSP
.
long
cpu_ixp42x_name
.
long
xscale_processor_functions
.
long
v4wbi_tlb_fns
.
long
xscale_mc_user_fns
.
long
xscale_cache_fns
.
size
__ixp42x_proc_info
,
.
-
__ixp42x_proc_info
.
type
__pxa255_proc_info
,#
object
__pxa255_proc_info
:
.
long
0x69052d00
...
...
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