public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] parisc: unbreak automounter support on 64-bit kernel with 32-bit userspace
@ 2013-01-31 20:01 Helge Deller
  2013-01-31 20:26 ` James Bottomley
  0 siblings, 1 reply; 14+ messages in thread
From: Helge Deller @ 2013-01-31 20:01 UTC (permalink / raw)
  To: linux-parisc, James.Bottomley, linux-kernel

Similiar to other 64 bit Linux targets autofs_wqt_t needs to be of type int
which has a size of 32 bits on 32- and 64-bit parisc kernels.

Signed-off-by: Helge Deller <deller@gmx.de>

diff --git a/include/uapi/linux/auto_fs.h b/include/uapi/linux/auto_fs.h
index 77cdba9..d551754 100644
--- a/include/uapi/linux/auto_fs.h
+++ b/include/uapi/linux/auto_fs.h
@@ -43,7 +43,7 @@
  */
 
 #if defined(__sparc__) || defined(__mips__) || defined(__x86_64__) \
- || defined(__powerpc__) || defined(__s390__)
+ || defined(__powerpc__) || defined(__s390__) || defined(__hppa__)
 typedef unsigned int autofs_wqt_t;
 #else
 typedef unsigned long autofs_wqt_t;

^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2013-02-06 17:21 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-31 20:01 [PATCH] parisc: unbreak automounter support on 64-bit kernel with 32-bit userspace Helge Deller
2013-01-31 20:26 ` James Bottomley
2013-01-31 21:00   ` Rolf Eike Beer
2013-01-31 21:29   ` H. Peter Anvin
2013-01-31 21:42     ` James Bottomley
2013-01-31 21:46       ` H. Peter Anvin
2013-01-31 22:10         ` Rolf Eike Beer
2013-01-31 23:13           ` H. Peter Anvin
2013-02-01 14:51           ` Catalin Marinas
2013-02-04 19:39     ` [PATCH] unbreak automounter support on 64-bit kernel with 32-bit userspace (v2) Helge Deller
2013-02-04 21:35       ` H. Peter Anvin
2013-02-06  5:58       ` Ian Kent
2013-02-06 17:08         ` H. Peter Anvin
2013-02-06 17:21       ` Catalin Marinas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox