All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sylvain Munaut <tnt@246tnt.com>
To: linuxppc-dev@lists.linuxppc.org
Subject: [PATH] Fix a warning in traps.c
Date: Mon, 14 Jun 2004 14:50:40 +0200	[thread overview]
Message-ID: <40CD9F20.4040603@246tNt.com> (raw)


Hi all,

Huh, it's the only warning I got when compiling, so I someone could
fix it ...

--- arch/ppc/kernel/traps.c.old 2004-06-14 14:43:34.908368944 +0200
+++ arch/ppc/kernel/traps.c     2004-06-14 14:38:29.309826984 +0200
@@ -646,7 +646,7 @@
        /* The kernel has executed an altivec instruction without
           first enabling altivec.  Whinge but let it do it. */
        if (++kernel_altivec_count < 10)
-               printk(KERN_ERR "AltiVec used in kernel (task=%p, pc=%x)\n",
+               printk(KERN_ERR "AltiVec used in kernel (task=%p,
pc=%lx)\n",
                       current, regs->nip);
        regs->msr |= MSR_VEC;
 }



Regards,

    Sylvain Munaut


** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

                 reply	other threads:[~2004-06-14 12:50 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=40CD9F20.4040603@246tNt.com \
    --to=tnt@246tnt.com \
    --cc=linuxppc-dev@lists.linuxppc.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 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.