Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
40305a58
Commit
40305a58
authored
Feb 26, 2009
by
Eric Miao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ARM] pxa: add iWMMXt support for pxa168
Signed-off-by:
Eric Miao
<
eric.miao@marvell.com
>
parent
49cbe786
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
arch/arm/Kconfig
arch/arm/Kconfig
+2
-2
arch/arm/kernel/Makefile
arch/arm/kernel/Makefile
+1
-0
No files found.
arch/arm/Kconfig
View file @
40305a58
...
@@ -712,8 +712,8 @@ source arch/arm/mm/Kconfig
...
@@ -712,8 +712,8 @@ source arch/arm/mm/Kconfig
config IWMMXT
config IWMMXT
bool "Enable iWMMXt support"
bool "Enable iWMMXt support"
depends on CPU_XSCALE || CPU_XSC3
depends on CPU_XSCALE || CPU_XSC3
|| CPU_MOHAWK
default y if PXA27x || PXA3xx
default y if PXA27x || PXA3xx
|| ARCH_MMP
help
help
Enable support for iWMMXt context switching at run time if
Enable support for iWMMXt context switching at run time if
running on a CPU that supports it.
running on a CPU that supports it.
...
...
arch/arm/kernel/Makefile
View file @
40305a58
...
@@ -36,6 +36,7 @@ AFLAGS_crunch-bits.o := -Wa,-mcpu=ep9312
...
@@ -36,6 +36,7 @@ AFLAGS_crunch-bits.o := -Wa,-mcpu=ep9312
obj-$(CONFIG_CPU_XSCALE)
+=
xscale-cp0.o
obj-$(CONFIG_CPU_XSCALE)
+=
xscale-cp0.o
obj-$(CONFIG_CPU_XSC3)
+=
xscale-cp0.o
obj-$(CONFIG_CPU_XSC3)
+=
xscale-cp0.o
obj-$(CONFIG_CPU_MOHAWK)
+=
xscale-cp0.o
obj-$(CONFIG_IWMMXT)
+=
iwmmxt.o
obj-$(CONFIG_IWMMXT)
+=
iwmmxt.o
AFLAGS_iwmmxt.o
:=
-Wa
,-mcpu
=
iwmmxt
AFLAGS_iwmmxt.o
:=
-Wa
,-mcpu
=
iwmmxt
...
...
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