From: John Kinsella <rfjak@gofree.indigo.ie>
To: linux-kernel@vger.kernel.org
Subject: Re: 2.4.19 compile warning for AMD Athlon config
Date: Tue, 6 Aug 2002 18:09:35 +0100 [thread overview]
Message-ID: <20020806170129Z313558-685+24825@vger.kernel.org> (raw)
On Sunday 04 August 2002 21:56, you wrote:
> amd_adv_spec_cache_feature() tries to use have_cpuid_p(), which does not
> exist in 2.4.x tree.
>
Doh,
it does of course exist, but it might benefit from a forward declaration to
suppress compiler warning.
--- 2.4.19/arch/i386/kernel/setup.c Sun Aug 4 14:17:35 2002
+++ 2.4.19/arch/i386/kernel/setup.c.tmp Tue Aug 6 14:39:58 2002
@@ -171,6 +171,8 @@
extern int root_mountflags;
extern char _text, _etext, _edata, _end;
+static int have_cpuid_p(void);
+
static int disable_x86_serial_nr __initdata = 1;
static int disable_x86_fxsr __initdata = 0;
static int disable_x86_ht __initdata = 0;
next reply other threads:[~2002-08-06 17:01 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-08-06 17:09 John Kinsella [this message]
-- strict thread matches above, loose matches on Subject: below --
2002-08-04 20:56 John Kinsella
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=20020806170129Z313558-685+24825@vger.kernel.org \
--to=rfjak@gofree.indigo.ie \
--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®