sh: Move quad-word real-address I/O defs to io.h.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
Paul Mundt 2007-11-20 18:26:28 +09:00
parent 5a4f7c66be
commit ac490a4893
2 changed files with 5 additions and 1 deletions

View file

@ -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;

View file

@ -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)