All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] const mips_io_port_base !?
@ 2001-11-27  0:02 Florian Lohoff
  2001-11-27  6:15 ` Ralf Baechle
  0 siblings, 1 reply; 8+ messages in thread
From: Florian Lohoff @ 2001-11-27  0:02 UTC (permalink / raw)
  To: linux-mips

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



For the reason of compilability one should build a consensus ...



diff -u -r1.29 io.h
--- include/asm-mips/io.h	2001/11/26 11:14:37	1.29
+++ include/asm-mips/io.h	2001/11/27 01:00:07
@@ -60,7 +60,7 @@
  * instruction, so the lower 16 bits must be zero.  Should be true on
  * on any sane architecture; generic code does not use this assumption.
  */
-extern const unsigned long mips_io_port_base;
+extern unsigned long mips_io_port_base;
 
 #define set_io_port_base(base)	\
 	do { * (unsigned long *) &mips_io_port_base = (base); } while (0)


Or the other way round ...

Flo
-- 
Florian Lohoff                  flo@rfc822.org             +49-5201-669912
Nine nineth on september the 9th              Welcome to the new billenium

[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]

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

end of thread, other threads:[~2001-11-29 15:19 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-11-27  0:02 [PATCH] const mips_io_port_base !? Florian Lohoff
2001-11-27  6:15 ` Ralf Baechle
2001-11-28 13:13   ` Florian Lohoff
2001-11-28 17:16     ` H . J . Lu
2001-11-28 17:23       ` James Simmons
2001-11-29  3:55         ` Ralf Baechle
2001-11-29  4:14           ` Paul Mundt
2001-11-29 14:18             ` Ralf Baechle

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.