All of lore.kernel.org
 help / color / mirror / Atom feed
* __stq_u parameter
@ 2004-09-23 15:24 Pavel Kiryukhin
  2004-09-23 20:59 ` Ralf Baechle
  0 siblings, 1 reply; 3+ messages in thread
From: Pavel Kiryukhin @ 2004-09-23 15:24 UTC (permalink / raw)
  To: linux-mips; +Cc: Pavel Kiryukhin

[-- Attachment #1: Type: text/plain, Size: 78 bytes --]

Sorry,
 does this make sense for 2.4.x kernels?
----
Regards,
Pavel Kiryukhin

[-- Attachment #2: unaligned.diff --]
[-- Type: text/plain, Size: 427 bytes --]

--- linux/include/asm-mips/unaligned.h_org	2004-09-23 15:54:37.000000000 +0400
+++ linux/include/asm-mips/unaligned.h	2004-09-23 18:32:48.000000000 +0400
@@ -61,7 +61,7 @@
 /*
  * Store doubleword ununaligned.
  */
-static inline void __stq_u(unsigned long __val, unsigned long long * __addr)
+static inline void __stq_u(unsigned long long __val, unsigned long long * __addr)
 {
 	__asm__("usw\t%1, %0\n\t"
 		"usw\t%D1, 4+%0"

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

end of thread, other threads:[~2004-09-24 14:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-23 15:24 __stq_u parameter Pavel Kiryukhin
2004-09-23 20:59 ` Ralf Baechle
2004-09-24 14:19   ` __stq_u parameter (and related XFS filesystem 1.3 & 1.3.1 problems on 2.4.x) Pavel Kiryukhin

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.