mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Doug Thompson <norsk5@yahoo.com>
To: Arjan van de Ven <arjan@infradead.org>,
	Alan Cox <alan@lxorguk.ukuu.org.uk>
Cc: akpm@osdl.org, linux-kernel@vger.kernel.org
Subject: Re: PATCH: EDAC, core EDAC support code
Date: Sun, 16 Oct 2005 18:48:45 -0700 (PDT)	[thread overview]
Message-ID: <20051017014845.16415.qmail@web50112.mail.yahoo.com> (raw)
In-Reply-To: <1129451124.2911.6.camel@laptopd505.fenrus.org>



--- Arjan van de Ven <arjan@infradead.org> wrote:

> > +
> > +static ctl_table mc_table[] = {
> > +	{-1, "panic_on_ue", &panic_on_ue,
> > +	 sizeof(int), 0644, NULL, proc_dointvec},
> > +	{-2, "log_ue", &log_ue,
> > +	 sizeof(int), 0644, NULL, proc_dointvec},
> > +	{-3, "log_ce", &log_ce,
> > +	 sizeof(int), 0644, NULL, proc_dointvec},
> > +	{-4, "poll_msec", &poll_msec,
> > +	 sizeof(int), 0644, NULL, proc_dointvec},
> > +	{-7, "panic_on_pci_parity",
> &panic_on_pci_parity,
> > +	 sizeof(int), 0644, NULL, proc_dointvec},
> > +	{-8, "check_pci_parity", &check_pci_parity,
> > +	 sizeof(int), 0644, NULL, proc_dointvec},
> > +#ifdef CONFIG_EDAC_DEBUG
> > +	{-9, "debug_level", &edac_debug_level,
> > +	 sizeof(int), 0644, NULL, proc_dointvec},
> > +#endif
> > +	{0}
> > +};
> 
> why aren't these module parameters? Nowadays you can
> have sysfs-runtime
> changable module parameters... sounds a lot nicer
> than adding a chunk of
> sysctl stuff
> 
> > +
> > +#ifdef CONFIG_PROC_FS
> > +static const char *mem_types[] = {
> > +	[MEM_EMPTY] = "Empty",
> > +	[MEM_RESERVED] = "Reserved",
> > +	[MEM_UNKNOWN] = "Unknown",
> > +	[MEM_FPM] = "FPM",
> > +	[MEM_EDO] = "EDO",
> > +	[MEM_BEDO] = "BEDO",
> > +	[MEM_SDR] = "Unbuffered-SDR",
> > +	[MEM_RDR] = "Registered-SDR",
> > +	[MEM_DDR] = "Unbuffered-DDR",
> > +	[MEM_RDDR] = "Registered-DDR",
> > +	[MEM_RMBS] = "RMBS"
> > +};
> 
> 
> why proc? Again this sounds like a platform sysfs
> thing...

The plan is to move from /proc to sysfs operations,
info and control. But the core works at this time and
patches will be forth coming once the baseline is in.
We want to make the currently work features "work".

doug "norsk" thompson



> 
> 
> 
> -
> To unsubscribe from this list: send the line
> "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at 
> http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
> 



"If you think Education is expensive, just try Ignorance"

"Don't tell people HOW to do things, tell them WHAT you
want and they will surprise you with their ingenuity."
                   Gen George Patton


  reply	other threads:[~2005-10-17  1:48 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-10-15 19:06 Alan Cox
2005-10-16  3:05 ` Nish Aravamudan
2005-10-16  8:25 ` Arjan van de Ven
2005-10-17  1:48   ` Doug Thompson [this message]
2005-10-17  6:38     ` Arjan van de Ven
2005-10-17 17:59       ` Alan Cox

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20051017014845.16415.qmail@web50112.mail.yahoo.com \
    --to=norsk5@yahoo.com \
    --cc=akpm@osdl.org \
    --cc=alan@lxorguk.ukuu.org.uk \
    --cc=arjan@infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®