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
c5b063dd
Commit
c5b063dd
authored
May 17, 2002
by
Anton Blanchard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ppc64: Up the gcc inline limited, needed for gcc 3.1
ppc64: remove old copy_page, missed during pervious merge
parent
6687aa4c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
19 deletions
+1
-19
arch/ppc64/Makefile
arch/ppc64/Makefile
+1
-1
arch/ppc64/kernel/misc.S
arch/ppc64/kernel/misc.S
+0
-18
No files found.
arch/ppc64/Makefile
View file @
c5b063dd
...
@@ -19,7 +19,7 @@ LINKFLAGS = -T arch/ppc64/vmlinux.lds -Bstatic \
...
@@ -19,7 +19,7 @@ LINKFLAGS = -T arch/ppc64/vmlinux.lds -Bstatic \
-e
$(KERNELLOAD)
-Ttext
$(KERNELLOAD)
-e
$(KERNELLOAD)
-Ttext
$(KERNELLOAD)
CFLAGS
:=
$(CFLAGS)
-fsigned-char
-msoft-float
-pipe
\
CFLAGS
:=
$(CFLAGS)
-fsigned-char
-msoft-float
-pipe
\
-Wno-uninitialized
-mminimal-toc
-mtraceback
=
full
\
-Wno-uninitialized
-mminimal-toc
-mtraceback
=
full
\
-Wa
,-mpower4
-Wa
,-mpower4
-finline-limit-2000
CPP
=
$(CC)
-E
$(CFLAGS)
CPP
=
$(CC)
-E
$(CFLAGS)
...
...
arch/ppc64/kernel/misc.S
View file @
c5b063dd
...
@@ -265,24 +265,6 @@ _GLOBAL(__flush_dcache_icache)
...
@@ -265,24 +265,6 @@ _GLOBAL(__flush_dcache_icache)
isync
isync
blr
blr
/*
*
Copy
a
whole
page
.
Assumes
a
4096
B
page
size
.
*/
_GLOBAL
(
copy_page
)
clrrdi
r3
,
r3
,
12
/*
Page
align
*/
clrrdi
r4
,
r4
,
12
/*
Page
align
*/
li
r5
,
256
mtctr
r5
addi
r3
,
r3
,-
8
addi
r4
,
r4
,-
8
1
:
ld
r6
,
8
(
r4
)
ldu
r7
,
16
(
r4
)
std
r6
,
8
(
r3
)
stdu
r7
,
16
(
r3
)
bdnz
+
1
b
blr
/*
/*
*
I
/
O
string
operations
*
I
/
O
string
operations
*
*
...
...
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