Thread (14 messages) flat view 14 messages, 3 authors, 2015-11-07

Re: [PATCH -next] net: hisilicon: Never build on SPARC

From: David Miller <davem@davemloft.net>
Date: 2015-10-21 15:16:49
Also in: lkml

From: Guenter Roeck <linux@roeck-us.net>
Date: Wed, 21 Oct 2015 07:56:18 -0700
quoted
@@ -57,6 +57,11 @@ extern int of_dma_get_range(struct device_node *np,
u64 *dma_addr,
  				u64 *paddr, u64 *size);
  extern bool of_dma_is_coherent(struct device_node *np);
  #else /* CONFIG_OF_ADDRESS */
+static inline u64 of_translate_address(struct device_node *np, const
__be32 *addr)
+{
+	return 0;
Maybe return OF_BAD_ADDR ?
The thing to really do on sparc, is just return the address raw untranslated
because that just works.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help