From: Juergen Beisert <jbe@pengutronix.de>
To: linux-rt-users@vger.kernel.org
Subject: 2.6.24.3-rt3 failure on ARM
Date: Mon, 17 Mar 2008 12:09:46 +0100 [thread overview]
Message-ID: <200803171209.47365.jbe@pengutronix.de> (raw)
Hi,
using 2.6.24.3-rt3 for ARM gives me this additional error:
[...]
CC kernel/softirq.o
CC kernel/resource.o
CC kernel/sysctl.o
kernel/sysctl.c:356: error: 'prof_pid' undeclared here (not in a function)
make[2]: *** [kernel/sysctl.o] Error 1
make[1]: *** [kernel] Error 2
Would the patch below a correct fix?
Index: kernel/sysctl.c
===================================================================
--- kernel/sysctl.c.orig
+++ kernel/sysctl.c
@@ -56,6 +56,8 @@
#include <asm/stacktrace.h>
#endif
+#include "linux/profile.h"
+
static int deprecated_sysctl_warning(struct __sysctl_args *args);
#if defined(CONFIG_SYSCTL)
Juergen
--
Dipl.-Ing. Juergen Beisert | http://www.pengutronix.de
Pengutronix - Linux Solutions for Science and Industry
Handelsregister: Amtsgericht Hildesheim, HRA 2686
Vertretung Sued/Muenchen, Germany
Phone: +49-8766-939 228 | Fax: +49-5121-206917-9
--
To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next reply other threads:[~2008-03-17 11:09 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-03-17 11:09 Juergen Beisert [this message]
-- strict thread matches above, loose matches on Subject: below --
2008-03-17 10:30 2.6.24.3-rt3 failure on ARM Juergen Beisert
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=200803171209.47365.jbe@pengutronix.de \
--to=jbe@pengutronix.de \
--cc=linux-rt-users@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;
as well as URLs for NNTP newsgroup(s).