public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [patch 11/16] s390: cmm sender parameter visibility.
@ 2005-06-21 16:28 Martin Schwidefsky
  0 siblings, 0 replies; only message in thread
From: Martin Schwidefsky @ 2005-06-21 16:28 UTC (permalink / raw)
  To: akpm, heiko.carstens, linux-kernel

[patch 11/16] s390: cmm sender parameter visibility.

From: Heiko Carstens <heiko.carstens@de.ibm.com>

Make cmm module parameter "sender" visible in sysfs.

Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>

diffstat:
 arch/s390/mm/cmm.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -urpN linux-2.6/arch/s390/mm/cmm.c linux-2.6-patched/arch/s390/mm/cmm.c
--- linux-2.6/arch/s390/mm/cmm.c	2005-06-17 21:48:29.000000000 +0200
+++ linux-2.6-patched/arch/s390/mm/cmm.c	2005-06-21 17:36:52.000000000 +0200
@@ -21,7 +21,7 @@
 #include <asm/uaccess.h>
 
 static char *sender = "VMRMSVM";
-module_param(sender, charp, 0);
+module_param(sender, charp, 0400);
 MODULE_PARM_DESC(sender,
 		 "Guest name that may send SMSG messages (default VMRMSVM)");
 

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

only message in thread, other threads:[~2005-06-21 16:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-21 16:28 [patch 11/16] s390: cmm sender parameter visibility Martin Schwidefsky

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