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
nexedi
linux
Commits
0836c6d2
Commit
0836c6d2
authored
Jan 25, 2008
by
Jesper Nilsson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CRIS v32: Change name of simulator config to CONFIG_ETRAX_VCS_SIM in mm/init.c
- Remove unneded code for ETRAX FS and ARTPEC-3
parent
ea0af95b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
6 deletions
+2
-6
arch/cris/arch-v32/mm/init.c
arch/cris/arch-v32/mm/init.c
+2
-6
No files found.
arch/cris/arch-v32/mm/init.c
View file @
0836c6d2
...
...
@@ -65,7 +65,7 @@ cris_mmu_init(void)
REG_STATE
(
mmu
,
rw_mm_cfg
,
seg_d
,
page
)
|
REG_STATE
(
mmu
,
rw_mm_cfg
,
seg_c
,
linear
)
|
REG_STATE
(
mmu
,
rw_mm_cfg
,
seg_b
,
linear
)
|
#ifndef CONFIG_ETRAX
F
S_SIM
#ifndef CONFIG_ETRAX
_VC
S_SIM
REG_STATE
(
mmu
,
rw_mm_cfg
,
seg_a
,
page
)
|
#else
REG_STATE
(
mmu
,
rw_mm_cfg
,
seg_a
,
linear
)
|
...
...
@@ -84,13 +84,9 @@ cris_mmu_init(void)
mmu_kbase_hi
=
(
REG_FIELD
(
mmu
,
rw_mm_kbase_hi
,
base_f
,
0x0
)
|
REG_FIELD
(
mmu
,
rw_mm_kbase_hi
,
base_e
,
0x8
)
|
REG_FIELD
(
mmu
,
rw_mm_kbase_hi
,
base_d
,
0x0
)
|
#ifndef CONFIG_ETRAXFS_SIM
REG_FIELD
(
mmu
,
rw_mm_kbase_hi
,
base_c
,
0x4
)
|
#else
REG_FIELD
(
mmu
,
rw_mm_kbase_hi
,
base_c
,
0x0
)
|
#endif
REG_FIELD
(
mmu
,
rw_mm_kbase_hi
,
base_b
,
0xb
)
|
#ifndef CONFIG_ETRAX
F
S_SIM
#ifndef CONFIG_ETRAX
_VC
S_SIM
REG_FIELD
(
mmu
,
rw_mm_kbase_hi
,
base_a
,
0x0
)
|
#else
REG_FIELD
(
mmu
,
rw_mm_kbase_hi
,
base_a
,
0xa
)
|
...
...
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