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
ec26ea39
Commit
ec26ea39
authored
Jul 14, 2003
by
David Mosberger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ia64: Small fixes for 2.6.0-test1 merge.
parent
3b840c19
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
arch/ia64/kernel/ptrace.c
arch/ia64/kernel/ptrace.c
+1
-1
include/asm-ia64/elf.h
include/asm-ia64/elf.h
+5
-5
No files found.
arch/ia64/kernel/ptrace.c
View file @
ec26ea39
...
...
@@ -42,7 +42,7 @@
(IA64_PSR_UM | IA64_PSR_DB | IA64_PSR_IS | IA64_PSR_ID | IA64_PSR_DD | IA64_PSR_RI)
#define IPSR_READ_MASK IPSR_WRITE_MASK
#define PTRACE_DEBUG
1
#define PTRACE_DEBUG
0
#if PTRACE_DEBUG
# define dprintk(format...) printk(format)
...
...
include/asm-ia64/elf.h
View file @
ec26ea39
...
...
@@ -199,11 +199,11 @@ extern int dump_task_fpu (struct task_struct *, elf_fpregset_t *);
#define GATE_EHDR ((const struct elfhdr *) GATE_ADDR)
#define ARCH_DLINFO \
do { \
extern char __kernel_syscall_via_epc[]; \
NEW_AUX_ENT(AT_SYSINFO,
__kernel_syscall_via_epc);
\
NEW_AUX_ENT(AT_SYSINFO_EHDR, (unsigned long) GATE_EHDR); \
#define ARCH_DLINFO
\
do {
\
extern char __kernel_syscall_via_epc[];
\
NEW_AUX_ENT(AT_SYSINFO,
(unsigned long) __kernel_syscall_via_epc);
\
NEW_AUX_ENT(AT_SYSINFO_EHDR, (unsigned long) GATE_EHDR);
\
} while (0)
/*
...
...
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