Files
linux-stable-mirror/include/linux
Rusty Russell 67e67ceaac core_param() for genuinely core kernel parameters
There are a lot of one-liner uses of __setup() in the kernel: they're
cumbersome and not queryable (definitely not settable) via /sys.  Yet
it's ugly to simplify them to module_param(), because by default that
inserts a prefix of the module name (usually filename).

So, introduce a "core_param".  The parameter gets no prefix, but
appears in /sys/module/kernel/parameters/ (if non-zero perms arg).  I
thought about using the name "core", but that's more common than
"kernel".  And if you create a module called "kernel", you will die
a horrible death.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2008-10-22 10:00:23 +11:00
..
2008-10-19 22:54:11 +02:00
2008-10-20 09:03:12 -07:00
2008-10-13 21:51:51 +01:00
2008-10-16 11:21:38 -07:00
2008-10-15 15:54:56 -04:00
2008-10-20 11:01:52 -07:00
2008-10-16 11:21:51 -07:00
2008-10-20 08:52:42 -07:00
2008-10-20 08:52:32 -07:00
2008-10-16 11:21:32 -07:00
2008-10-14 10:35:08 +02:00
2008-10-15 14:24:08 +02:00
2008-10-16 16:53:13 +02:00
2008-10-12 12:05:55 +02:00
2008-10-16 16:08:57 +02:00
2008-10-16 11:21:40 -07:00
2008-10-14 23:51:02 +02:00
2008-10-16 11:21:38 -07:00
2008-10-17 18:09:14 +02:00
2008-10-15 14:24:08 +02:00
2008-10-15 14:24:08 +02:00
2008-10-18 14:05:18 +02:00
2008-10-18 14:05:18 +02:00
2008-10-12 11:44:37 -07:00
2008-10-14 10:35:08 +02:00
2008-10-13 09:47:43 +11:00
2008-10-20 08:52:31 -07:00
2008-10-20 08:52:30 -07:00
2008-10-22 10:00:23 +11:00
2008-10-17 13:06:45 -04:00
2008-10-20 08:52:32 -07:00
2008-10-20 08:50:26 -07:00
2008-10-16 11:21:49 -07:00
2008-10-20 10:54:32 -07:00
2008-10-20 08:52:39 -07:00
2008-10-16 11:21:46 -07:00
2008-10-16 11:21:46 -07:00
2008-10-20 08:52:40 -07:00
2008-10-20 08:52:31 -07:00
2008-10-16 11:21:47 -07:00
2008-10-16 11:21:45 -07:00
2008-10-13 09:51:40 -07:00
2008-10-17 14:41:02 -07:00
2008-10-20 08:52:32 -07:00
2008-10-16 11:21:31 -07:00