All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] pygrub: ia64 doesn't use /usr/lib64
@ 2007-05-02 19:02 Aron Griffis
  0 siblings, 0 replies; only message in thread
From: Aron Griffis @ 2007-05-02 19:02 UTC (permalink / raw)
  To: keir; +Cc: xen-devel, xen-ia64-devel

Keir,

Please apply to 3.1.0

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>

diff -r 53b9883bbcc3 -r 13af73f1b429 tools/libfsimage/common/fsimage_plugin.c
--- a/tools/libfsimage/common/fsimage_plugin.c	Fri Apr 27 14:45:06 2007 +0100
+++ b/tools/libfsimage/common/fsimage_plugin.c	Wed May 02 14:47:03 2007 -0400
@@ -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)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-05-02 19:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-02 19:02 [PATCH] pygrub: ia64 doesn't use /usr/lib64 Aron Griffis

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.