projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77eb65c
)
[PATCH] s390: cmm sender parameter visibility
author
Heiko Carstens
<heiko.carstens@de.ibm.com>
Wed, 22 Jun 2005 00:16:29 +0000
(17:16 -0700)
committer
Linus Torvalds
<torvalds@ppc970.osdl.org>
Wed, 22 Jun 2005 02:07:33 +0000
(19:07 -0700)
Make cmm module parameter "sender" visible in sysfs.
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/s390/mm/cmm.c
patch
|
blob
|
history
diff --git
a/arch/s390/mm/cmm.c
b/arch/s390/mm/cmm.c
index f5a5bc09b8fa736b337f61e4eed6f49d58b07327..2d5cb1385753249e1d9b282a5b947563f36dc520 100644
(file)
--- a/
arch/s390/mm/cmm.c
+++ b/
arch/s390/mm/cmm.c
@@
-21,7
+21,7
@@
#include <asm/uaccess.h>
static char *sender = "VMRMSVM";
-module_param(sender, charp, 0);
+module_param(sender, charp, 0
400
);
MODULE_PARM_DESC(sender,
"Guest name that may send SMSG messages (default VMRMSVM)");