aboutsummaryrefslogtreecommitdiff
path: root/osdep.c
diff options
context:
space:
mode:
authorAnthony Liguori <aliguori@us.ibm.com>2009-08-10 17:14:11 -0500
committerAnthony Liguori <aliguori@us.ibm.com>2009-08-24 08:02:55 -0500
commita25a0ef51e642130017e19f3e41af1b794aa75c1 (patch)
tree207ba86cf1a85e5a724c8445f278591a48a45be4 /osdep.c
parent4a1418e07bdcfaa3177739e04707ecaec75d89e1 (diff)
Only build osdep once
We no longer need hackery to work around kqemu Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'osdep.c')
-rw-r--r--osdep.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/osdep.c b/osdep.c
index baacce7cc3..90cc95fd75 100644
--- a/osdep.c
+++ b/osdep.c
@@ -33,9 +33,6 @@
#include <sys/statvfs.h>
#endif
-/* FIXME: This file should be target independent. However it has kqemu
- hacks, so must be built for every target. */
-
/* Needed early for CONFIG_BSD etc. */
#include "config-host.h"