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
e1d642ef
Commit
e1d642ef
authored
Apr 18, 2004
by
David S. Miller
Browse files
Options
Browse Files
Download
Plain Diff
Merge nuts.davemloft.net:/disk1/BK/sparcwork-2.6
into nuts.davemloft.net:/disk1/BK/sparc-2.6
parents
3fd2eaad
5a11095b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
+5
-2
arch/sparc64/kernel/Makefile
arch/sparc64/kernel/Makefile
+1
-1
arch/sparc64/kernel/binfmt_elf32.c
arch/sparc64/kernel/binfmt_elf32.c
+3
-0
include/asm-sparc64/system.h
include/asm-sparc64/system.h
+1
-1
No files found.
arch/sparc64/kernel/Makefile
View file @
e1d642ef
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
#
#
EXTRA_AFLAGS
:=
-ansi
EXTRA_AFLAGS
:=
-ansi
#
EXTRA_CFLAGS := -Werror
EXTRA_CFLAGS
:=
-Werror
extra-y
:=
head.o init_task.o vmlinux.lds.s
extra-y
:=
head.o init_task.o vmlinux.lds.s
...
...
arch/sparc64/kernel/binfmt_elf32.c
View file @
e1d642ef
...
@@ -151,4 +151,7 @@ MODULE_AUTHOR("Eric Youngdale, David S. Miller, Jakub Jelinek");
...
@@ -151,4 +151,7 @@ MODULE_AUTHOR("Eric Youngdale, David S. Miller, Jakub Jelinek");
#undef MODULE_DESCRIPTION
#undef MODULE_DESCRIPTION
#undef MODULE_AUTHOR
#undef MODULE_AUTHOR
#undef TASK_SIZE
#define TASK_SIZE 0xf0000000
#include "../../../fs/binfmt_elf.c"
#include "../../../fs/binfmt_elf.c"
include/asm-sparc64/system.h
View file @
e1d642ef
...
@@ -205,7 +205,7 @@ do { if (test_thread_flag(TIF_PERFCTR)) { \
...
@@ -205,7 +205,7 @@ do { if (test_thread_flag(TIF_PERFCTR)) { \
"ldx [%%g6 + %7], %%g4\n\t" \
"ldx [%%g6 + %7], %%g4\n\t" \
"wrpr %%g0, 0x96, %%pstate\n\t" \
"wrpr %%g0, 0x96, %%pstate\n\t" \
"andcc %%o7, %6, %%g0\n\t" \
"andcc %%o7, %6, %%g0\n\t" \
"beq,p
n
%%icc, 1f\n\t" \
"beq,p
t
%%icc, 1f\n\t" \
" mov %%g5, %0\n\t" \
" mov %%g5, %0\n\t" \
"b,a ret_from_syscall\n\t" \
"b,a ret_from_syscall\n\t" \
"1:\n\t" \
"1:\n\t" \
...
...
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