* [PATCH] autofs fix for x86-64
@ 2002-04-20 16:35 Andi Kleen
0 siblings, 0 replies; only message in thread
From: Andi Kleen @ 2002-04-20 16:35 UTC (permalink / raw)
To: torvalds; +Cc: linux-kernel
Minor patch for the x86-64 32bit emulation. Originally proposed by hpa and it
makes autofs 32bit/64bit clean for x86-64
Patch against 2.5.8
-Andi
diff -X ../../KDIFX -x *-o -x *-RESERVE -burpN ../../v2.5/linux/include/linux/auto_fs.h linux/include/linux/auto_fs.h
--- ../../v2.5/linux/include/linux/auto_fs.h Mon Feb 11 03:05:39 2002
+++ linux/include/linux/auto_fs.h Sat Apr 20 15:45:27 2002
@@ -45,7 +45,7 @@
* If so, 32-bit user-space code should be backwards compatible.
*/
-#if defined(__sparc__) || defined(__mips__)
+#if defined(__sparc__) || defined(__mips__) || defined(__x86_64__)
typedef unsigned int autofs_wqt_t;
#else
typedef unsigned long autofs_wqt_t;
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2002-04-20 16:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-04-20 16:35 [PATCH] autofs fix for x86-64 Andi Kleen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox