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
07a6661a
Commit
07a6661a
authored
Oct 18, 2002
by
David S. Miller
Browse files
Options
Browse Files
Download
Plain Diff
Merge nuts.ninka.net:/home/davem/src/BK/sparcwork-2.5
into nuts.ninka.net:/home/davem/src/BK/sparc-2.5
parents
7e8a4852
50652320
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
arch/sparc64/lib/VIScopy.S
arch/sparc64/lib/VIScopy.S
+6
-0
No files found.
arch/sparc64/lib/VIScopy.S
View file @
07a6661a
...
@@ -397,17 +397,23 @@ cheetah_patch_copyops:
...
@@ -397,17 +397,23 @@ cheetah_patch_copyops:
ULTRA3_DO_PATCH
(
__copy_from_user
,
U3copy_from_user
)
ULTRA3_DO_PATCH
(
__copy_from_user
,
U3copy_from_user
)
ULTRA3_DO_PATCH
(
__copy_to_user
,
U3copy_to_user
)
ULTRA3_DO_PATCH
(
__copy_to_user
,
U3copy_to_user
)
ULTRA3_DO_PATCH
(
__copy_in_user
,
U3copy_in_user
)
ULTRA3_DO_PATCH
(
__copy_in_user
,
U3copy_in_user
)
#if 0 /* Causes data corruption, nop out the optimization
*
for
now
-
DaveM
*/
ldxa
[%
g0
]
ASI_DCU_CONTROL_REG
,
%
g3
ldxa
[%
g0
]
ASI_DCU_CONTROL_REG
,
%
g3
sethi
%
uhi
(
DCU_PE
),
%
o3
sethi
%
uhi
(
DCU_PE
),
%
o3
sllx
%
o3
,
32
,
%
o3
sllx
%
o3
,
32
,
%
o3
andcc
%
g3
,
%
o3
,
%
g0
andcc
%
g3
,
%
o3
,
%
g0
be
,
pn
%
xcc
,
pcache_disabled
be
,
pn
%
xcc
,
pcache_disabled
nop
nop
#endif
ULTRA3_PCACHE_DO_NOP
(
U3memcpy
)
ULTRA3_PCACHE_DO_NOP
(
U3memcpy
)
ULTRA3_PCACHE_DO_NOP
(
U3copy_from_user
)
ULTRA3_PCACHE_DO_NOP
(
U3copy_from_user
)
ULTRA3_PCACHE_DO_NOP
(
U3copy_to_user
)
ULTRA3_PCACHE_DO_NOP
(
U3copy_to_user
)
ULTRA3_PCACHE_DO_NOP
(
cheetah_copy_user_page
)
ULTRA3_PCACHE_DO_NOP
(
cheetah_copy_user_page
)
#if 0
pcache_disabled
:
pcache_disabled
:
#endif
retl
retl
nop
nop
#undef BRANCH_ALWAYS
#undef BRANCH_ALWAYS
...
...
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