Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 187277
b: refs/heads/master
c: 74a0bd6
h: refs/heads/master
i:
  187275: 68c58dd
v: v3
  • Loading branch information
FUJITA Tomonori authored and Linus Torvalds committed Mar 12, 2010
1 parent 53a8800 commit 160b740
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 14 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e1e02b329d64353e67af070516a9bd14caff8bb0
refs/heads/master: 74a0bd66a3f78cb993144aaf336ce115017a0b5c
3 changes: 3 additions & 0 deletions trunk/arch/parisc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ config PM
config STACKTRACE_SUPPORT
def_bool y

config NEED_DMA_MAP_STATE
def_bool y

config ISA_DMA_API
bool

Expand Down
14 changes: 1 addition & 13 deletions trunk/arch/parisc/include/asm/pci.h
Original file line number Diff line number Diff line change
Expand Up @@ -183,19 +183,7 @@ struct pci_bios_ops {
void (*fixup_bus)(struct pci_bus *bus);
};

/* pci_unmap_{single,page} is not a nop, thus... */
#define DECLARE_PCI_UNMAP_ADDR(ADDR_NAME) \
dma_addr_t ADDR_NAME;
#define DECLARE_PCI_UNMAP_LEN(LEN_NAME) \
__u32 LEN_NAME;
#define pci_unmap_addr(PTR, ADDR_NAME) \
((PTR)->ADDR_NAME)
#define pci_unmap_addr_set(PTR, ADDR_NAME, VAL) \
(((PTR)->ADDR_NAME) = (VAL))
#define pci_unmap_len(PTR, LEN_NAME) \
((PTR)->LEN_NAME)
#define pci_unmap_len_set(PTR, LEN_NAME, VAL) \
(((PTR)->LEN_NAME) = (VAL))
#include <linux/pci-dma.h>

/*
** Stuff declared in arch/parisc/kernel/pci.c
Expand Down

0 comments on commit 160b740

Please sign in to comment.