diff options
| author | Richard Henderson <rth@kanga.twiddle.net> | 2003-01-15 18:30:14 -0800 |
|---|---|---|
| committer | Richard Henderson <rth@dorothy.sfbay.redhat.com> | 2003-01-15 18:30:14 -0800 |
| commit | 7d3c579c46604db86304120b0cd175bacbbf15ef (patch) | |
| tree | 137e644936fd802c6ef8a211120484d5ea09736c /include | |
| parent | 0094874fa34027cb562868c1d918e8aa03200294 (diff) | |
[ALPHA] Use direct calls to titan_ioremap/unmap when building
a titan specific kernel.
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-alpha/core_titan.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-alpha/core_titan.h b/include/asm-alpha/core_titan.h index 2e71daa32db2..39959ed0e535 100644 --- a/include/asm-alpha/core_titan.h +++ b/include/asm-alpha/core_titan.h @@ -499,8 +499,8 @@ __EXTERN_INLINE void titan_writeq(u64 b, unsigned long addr) #define __writew(x,a) titan_writew((x),(unsigned long)(a)) #define __writel(x,a) titan_writel((x),(unsigned long)(a)) #define __writeq(x,a) titan_writeq((x),(unsigned long)(a)) -#define __ioremap(a,s) alpha_mv.mv_ioremap((unsigned long)(a),(s)) -#define __iounmap(a) alpha_mv.mv_iounmap((unsigned long)(a)) +#define __ioremap(a,s) titan_ioremap((unsigned long)(a),(s)) +#define __iounmap(a) titan_iounmap((unsigned long)(a)) #define __is_ioaddr(a) titan_is_ioaddr((unsigned long)(a)) #define inb(port) __inb((port)) |
