Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 77752
b: refs/heads/master
c: ac490a4
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mundt committed Jan 28, 2008
1 parent 3cd38b9 commit 3590062
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5a4f7c66be981c6b5f44a4d66a14ea6ac9b7b6b0
refs/heads/master: ac490a4893d37279f704876d430c3683071398b2
1 change: 0 additions & 1 deletion trunk/arch/sh/kernel/ptrace_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
5 changes: 5 additions & 0 deletions trunk/include/asm-sh/io.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3590062

Please sign in to comment.