aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libfsimage
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-05-03 09:32:35 +0100
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-05-03 09:32:35 +0100
commita20b52e572a4c4bbb7853765de377fb8b065a37d (patch)
tree8afe40c05a477eef456b31e7ca798161c76297ce /tools/libfsimage
parentdea6904c01da7d78848c65aabee6988e90ac95cd (diff)
downloadxen-a20b52e572a4c4bbb7853765de377fb8b065a37d.tar.gz
xen-a20b52e572a4c4bbb7853765de377fb8b065a37d.tar.bz2
xen-a20b52e572a4c4bbb7853765de377fb8b065a37d.zip
ia64 doesn't use /usr/lib64 on any distribution. When it's present, it's a symlink to /usr/lib
Signed-off-by: Aron Griffis <aron@hp.com>
Diffstat (limited to 'tools/libfsimage')
-rw-r--r--tools/libfsimage/common/fsimage_plugin.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/libfsimage/common/fsimage_plugin.c b/tools/libfsimage/common/fsimage_plugin.c
index ab35fb7d8f..d62435c8dd 100644
--- a/tools/libfsimage/common/fsimage_plugin.c
+++ b/tools/libfsimage/common/fsimage_plugin.c
@@ -137,6 +137,9 @@ static int load_plugins(void)
if (sizeof(void *) == 8)
isadir = "64/";
+#elif defined(__ia64__)
+ if (fsdir == NULL)
+ fsdir = "/usr/lib/fs";
#else
if (fsdir == NULL) {
if (sizeof(void *) == 8)