All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dave Jones <davej@redhat.com>
To: Alexander Clouter <alex@digriz.org.uk>
Cc: cpufreq@lists.linux.org.uk, linux@dominikbrodowski.de,
	alex-kernel@digriz.org.uk
Subject: Re: [PATCH] (1/3) cpufreq_ondemand - 01_ignore-nice.diff
Date: Tue, 10 May 2005 22:38:45 -0400	[thread overview]
Message-ID: <20050511023845.GB25506@redhat.com> (raw)
In-Reply-To: <20050511013044.GA8039@redhat.com>

On Tue, May 10, 2005 at 09:30:45PM -0400, Dave Jones wrote:
 > On Tue, May 10, 2005 at 11:30:31PM +0100, Alexander Clouter wrote:
 >  > Adds support to cpufreq_ondemand to ignore 'nice' cpu time
 >  > 
 >  > Signed-off-by: Alexander Clouter <alex-kernel@digriz.org.uk>
 >  > 
 >  
 > quoted-printable (more like unprintable) patches tend to get
 > horribly mangled.  This is what they ended up like..
 > 
 > @@ -193,6 +195,46 @@
 >     return count;
 >  }
 > =20
 > +static ssize_t store_ignore_nice(struct cpufreq_policy *policy,
 > +       const char *buf, size_t count)
 > +{
 > +   unsigned int input;
 > +   int ret;
 > +
 > +   unsigned int j;
 > +=09
 > +   ret =3D sscanf (buf, "%u", &input);
 > +   if ( ret !=3D 1 )
 > +       return -EINVAL;
 > +
 > +   if ( input > 1 )
 > +       input =3D 1;
 > +=09
 > 
 > 
 > (Note the =20/09 crap)
 > 
 > Please resend with a different mailer if necessary.

Ignore this, I ran them through mutt on a different box, and
they showed up just fine. Wierd.

		Dave

  reply	other threads:[~2005-05-11  2:38 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-05-10 22:30 [PATCH] (1/3) cpufreq_ondemand - 01_ignore-nice.diff Alexander Clouter
2005-05-11  1:30 ` Dave Jones
2005-05-11  2:38   ` Dave Jones [this message]
  -- strict thread matches above, loose matches on Subject: below --
2005-02-21 18:05 Pallipadi, Venkatesh
2005-02-20 13:15 Alexander Clouter
2005-02-20 14:12 ` Arjan van de Ven
2005-02-20 14:51   ` Dominik Brodowski
2005-02-20 14:53 ` Dominik Brodowski
2005-02-20 18:14   ` Alexander Clouter
2005-02-20 20:59     ` PCS
2005-02-21 11:41     ` Bruno Ducrot
2005-02-20 16:14 ` Eric Piel
2005-02-21 10:20   ` Eric Piel
2005-02-21 10:27     ` Alexander Clouter
2005-02-21 12:58       ` Eric Piel
2005-02-21 15:54     ` Dominik Brodowski
2005-02-21 13:11   ` Stefan Seyfried
2005-02-21 13:31     ` Eric Piel

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=20050511023845.GB25506@redhat.com \
    --to=davej@redhat.com \
    --cc=alex-kernel@digriz.org.uk \
    --cc=alex@digriz.org.uk \
    --cc=cpufreq@lists.linux.org.uk \
    --cc=linux@dominikbrodowski.de \
    /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 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.