Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
ac490a48
Commit
ac490a48
authored
Nov 20, 2007
by
Paul Mundt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sh: Move quad-word real-address I/O defs to io.h.
Signed-off-by:
Paul Mundt
<
lethal@linux-sh.org
>
parent
5a4f7c66
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
arch/sh/kernel/ptrace_64.c
arch/sh/kernel/ptrace_64.c
+0
-1
include/asm-sh/io.h
include/asm-sh/io.h
+5
-0
No files found.
arch/sh/kernel/ptrace_64.c
View file @
ac490a48
...
...
@@ -253,7 +253,6 @@ long arch_ptrace(struct task_struct *child, long request, long addr, long data)
asmlinkage
int
sh64_ptrace
(
long
request
,
long
pid
,
long
addr
,
long
data
)
{
extern
void
poke_real_address_q
(
unsigned
long
long
addr
,
unsigned
long
long
data
);
#define WPC_DBRMODE 0x0d104008
static
int
first_call
=
1
;
...
...
include/asm-sh/io.h
View file @
ac490a48
...
...
@@ -248,6 +248,11 @@ static inline void ctrl_delay(void)
#endif
}
/* Quad-word real-mode I/O, don't ask.. */
unsigned
long
long
peek_real_address_q
(
unsigned
long
long
addr
);
unsigned
long
long
poke_real_address_q
(
unsigned
long
long
addr
,
unsigned
long
long
val
);
#define IO_SPACE_LIMIT 0xffffffff
#if !defined(CONFIG_MMU)
...
...
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