aboutsummaryrefslogtreecommitdiffstats
path: root/hw/msix.c
diff options
context:
space:
mode:
authorJes Sorensen <Jes.Sorensen@redhat.com>2010-06-14 17:05:16 +0200
committerAnthony Liguori <aliguori@us.ibm.com>2010-06-14 10:58:08 -0500
commitac7045cff7db837cfcc552bdc0f0baa15699f21a (patch)
tree288ef1b7811c2599444b54e25618680f90cf1bef /hw/msix.c
parenta4673e276248ada38f40d39191a197e7e35d3f8b (diff)
Remove unused DEBUG defines from hw/msix.c
Remove unused DEBUG defines from hw/msix.c to avoid having anything define the word DEBUG without any additions such as MSIX_DEBUG. Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'hw/msix.c')
-rw-r--r--hw/msix.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/hw/msix.c b/hw/msix.c
index 1613bb4f1..d99403a0e 100644
--- a/hw/msix.c
+++ b/hw/msix.c
@@ -42,15 +42,6 @@
#define MSIX_MAX_ENTRIES 32
-#ifdef MSIX_DEBUG
-#define DEBUG(fmt, ...) \
- do { \
- fprintf(stderr, "%s: " fmt, __func__ , __VA_ARGS__); \
- } while (0)
-#else
-#define DEBUG(fmt, ...) do { } while(0)
-#endif
-
/* Flag for interrupt controller to declare MSI-X support */
int msix_supported;