|
@@ -67,13 +67,6 @@ extern void __raw_readsl(unsigned int addr, void *data, int longlen);
|
|
#define __raw_base_readw(base, off) __arch_base_getw(base, off)
|
|
#define __raw_base_readw(base, off) __arch_base_getw(base, off)
|
|
#define __raw_base_readl(base, off) __arch_base_getl(base, off)
|
|
#define __raw_base_readl(base, off) __arch_base_getl(base, off)
|
|
|
|
|
|
-/*
|
|
|
|
- * Now, pick up the machine-defined IO definitions
|
|
|
|
- */
|
|
|
|
-#if 0 /* XXX###XXX */
|
|
|
|
-#include <asm/arch/io.h>
|
|
|
|
-#endif /* XXX###XXX */
|
|
|
|
-
|
|
|
|
/*
|
|
/*
|
|
* IO port access primitives
|
|
* IO port access primitives
|
|
* -------------------------
|
|
* -------------------------
|
|
@@ -82,9 +75,6 @@ extern void __raw_readsl(unsigned int addr, void *data, int longlen);
|
|
* mapped. Note that these are defined to perform little endian accesses
|
|
* mapped. Note that these are defined to perform little endian accesses
|
|
* only. Their primary purpose is to access PCI and ISA peripherals.
|
|
* only. Their primary purpose is to access PCI and ISA peripherals.
|
|
*
|
|
*
|
|
- * The machine specific io.h include defines __io to translate an "IO"
|
|
|
|
- * address to a memory address.
|
|
|
|
- *
|
|
|
|
* Note that we prevent GCC re-ordering or caching values in expressions
|
|
* Note that we prevent GCC re-ordering or caching values in expressions
|
|
* by introducing sequence points into the in*() definitions. Note that
|
|
* by introducing sequence points into the in*() definitions. Note that
|
|
* __raw_* do not guarantee this behaviour.
|
|
* __raw_* do not guarantee this behaviour.
|