diff options
Diffstat (limited to 'arch/mips/include')
| -rw-r--r-- | arch/mips/include/asm/compat.h | 3 | ||||
| -rw-r--r-- | arch/mips/include/asm/pci.h | 22 | ||||
| -rw-r--r-- | arch/mips/include/asm/unistd.h | 2 |
3 files changed, 4 insertions, 23 deletions
diff --git a/arch/mips/include/asm/compat.h b/arch/mips/include/asm/compat.h index f58aed354bfd..613f6912dfc1 100644 --- a/arch/mips/include/asm/compat.h +++ b/arch/mips/include/asm/compat.h | |||
| @@ -8,7 +8,8 @@ | |||
| 8 | #include <asm/page.h> | 8 | #include <asm/page.h> |
| 9 | #include <asm/ptrace.h> | 9 | #include <asm/ptrace.h> |
| 10 | 10 | ||
| 11 | #define COMPAT_USER_HZ 100 | 11 | #define COMPAT_USER_HZ 100 |
| 12 | #define COMPAT_UTS_MACHINE "mips\0\0\0" | ||
| 12 | 13 | ||
| 13 | typedef u32 compat_size_t; | 14 | typedef u32 compat_size_t; |
| 14 | typedef s32 compat_ssize_t; | 15 | typedef s32 compat_ssize_t; |
diff --git a/arch/mips/include/asm/pci.h b/arch/mips/include/asm/pci.h index 5ebf82572ec0..3beea1479b43 100644 --- a/arch/mips/include/asm/pci.h +++ b/arch/mips/include/asm/pci.h | |||
| @@ -102,28 +102,6 @@ struct pci_dev; | |||
| 102 | */ | 102 | */ |
| 103 | extern unsigned int PCI_DMA_BUS_IS_PHYS; | 103 | extern unsigned int PCI_DMA_BUS_IS_PHYS; |
| 104 | 104 | ||
| 105 | #ifdef CONFIG_DMA_NEED_PCI_MAP_STATE | ||
| 106 | |||
| 107 | /* pci_unmap_{single,page} is not a nop, thus... */ | ||
| 108 | #define DECLARE_PCI_UNMAP_ADDR(ADDR_NAME) dma_addr_t ADDR_NAME; | ||
| 109 | #define DECLARE_PCI_UNMAP_LEN(LEN_NAME) __u32 LEN_NAME; | ||
| 110 | #define pci_unmap_addr(PTR, ADDR_NAME) ((PTR)->ADDR_NAME) | ||
| 111 | #define pci_unmap_addr_set(PTR, ADDR_NAME, VAL) (((PTR)->ADDR_NAME) = (VAL)) | ||
| 112 | #define pci_unmap_len(PTR, LEN_NAME) ((PTR)->LEN_NAME) | ||
| 113 | #define pci_unmap_len_set(PTR, LEN_NAME, VAL) (((PTR)->LEN_NAME) = (VAL)) | ||
| 114 | |||
| 115 | #else /* CONFIG_DMA_NEED_PCI_MAP_STATE */ | ||
| 116 | |||
| 117 | /* pci_unmap_{page,single} is a nop so... */ | ||
| 118 | #define DECLARE_PCI_UNMAP_ADDR(ADDR_NAME) | ||
| 119 | #define DECLARE_PCI_UNMAP_LEN(LEN_NAME) | ||
| 120 | #define pci_unmap_addr(PTR, ADDR_NAME) (0) | ||
| 121 | #define pci_unmap_addr_set(PTR, ADDR_NAME, VAL) do { } while (0) | ||
| 122 | #define pci_unmap_len(PTR, LEN_NAME) (0) | ||
| 123 | #define pci_unmap_len_set(PTR, LEN_NAME, VAL) do { } while (0) | ||
| 124 | |||
| 125 | #endif /* CONFIG_DMA_NEED_PCI_MAP_STATE */ | ||
| 126 | |||
| 127 | #ifdef CONFIG_PCI | 105 | #ifdef CONFIG_PCI |
| 128 | static inline void pci_dma_burst_advice(struct pci_dev *pdev, | 106 | static inline void pci_dma_burst_advice(struct pci_dev *pdev, |
| 129 | enum pci_dma_burst_strategy *strat, | 107 | enum pci_dma_burst_strategy *strat, |
diff --git a/arch/mips/include/asm/unistd.h b/arch/mips/include/asm/unistd.h index 65c679ecbe6b..1b5a6648eb86 100644 --- a/arch/mips/include/asm/unistd.h +++ b/arch/mips/include/asm/unistd.h | |||
| @@ -1004,6 +1004,7 @@ | |||
| 1004 | #define __ARCH_WANT_OLD_READDIR | 1004 | #define __ARCH_WANT_OLD_READDIR |
| 1005 | #define __ARCH_WANT_SYS_ALARM | 1005 | #define __ARCH_WANT_SYS_ALARM |
| 1006 | #define __ARCH_WANT_SYS_GETHOSTNAME | 1006 | #define __ARCH_WANT_SYS_GETHOSTNAME |
| 1007 | #define __ARCH_WANT_SYS_IPC | ||
| 1007 | #define __ARCH_WANT_SYS_PAUSE | 1008 | #define __ARCH_WANT_SYS_PAUSE |
| 1008 | #define __ARCH_WANT_SYS_SGETMASK | 1009 | #define __ARCH_WANT_SYS_SGETMASK |
| 1009 | #define __ARCH_WANT_SYS_UTIME | 1010 | #define __ARCH_WANT_SYS_UTIME |
| @@ -1013,6 +1014,7 @@ | |||
| 1013 | #define __ARCH_WANT_SYS_LLSEEK | 1014 | #define __ARCH_WANT_SYS_LLSEEK |
| 1014 | #define __ARCH_WANT_SYS_NICE | 1015 | #define __ARCH_WANT_SYS_NICE |
| 1015 | #define __ARCH_WANT_SYS_OLD_GETRLIMIT | 1016 | #define __ARCH_WANT_SYS_OLD_GETRLIMIT |
| 1017 | #define __ARCH_WANT_SYS_OLD_UNAME | ||
| 1016 | #define __ARCH_WANT_SYS_OLDUMOUNT | 1018 | #define __ARCH_WANT_SYS_OLDUMOUNT |
| 1017 | #define __ARCH_WANT_SYS_SIGPENDING | 1019 | #define __ARCH_WANT_SYS_SIGPENDING |
| 1018 | #define __ARCH_WANT_SYS_SIGPROCMASK | 1020 | #define __ARCH_WANT_SYS_SIGPROCMASK |
