Commit 51f3f3af authored by Alan Cox's avatar Alan Cox Committed by David Woodhouse

[PATCH] Make starfire compile

parent 30ea0f1f
...@@ -339,7 +339,7 @@ do { \ ...@@ -339,7 +339,7 @@ do { \
intr_enable = readl(ioaddr + IntrEnable); \ intr_enable = readl(ioaddr + IntrEnable); \
intr_enable &= ~(IntrRxDone | IntrRxEmpty); \ intr_enable &= ~(IntrRxDone | IntrRxEmpty); \
writel(intr_enable, ioaddr + IntrEnable); \ writel(intr_enable, ioaddr + IntrEnable); \
readl(ioaddr + IntrEnable); \ /* flush PCI posting buffers */ readl(ioaddr + IntrEnable); /* flush PCI posting buffers */ \
} else { \ } else { \
/* Paranoia check */ \ /* Paranoia check */ \
intr_enable = readl(ioaddr + IntrEnable); \ intr_enable = readl(ioaddr + IntrEnable); \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment