mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-20 03:04:01 +08:00
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:
parent
5a4f7c66be
commit
ac490a4893
@ -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;
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user