linux-rt-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* 2.6.24.3-rt3 failure on ARM
@ 2008-03-17 10:30 Juergen Beisert
  0 siblings, 0 replies; 2+ messages in thread
From: Juergen Beisert @ 2008-03-17 10:30 UTC (permalink / raw)
  To: linux-rt-users

Hi,

using 2.6.24.3-rt3 for ARM gives me this error.

[...]
  CHK     include/linux/compile.h
  CC      arch/arm/kernel/process.o
arch/arm/kernel/process.c: In function 'cpu_idle':
arch/arm/kernel/process.c:175: error: implicit declaration of function 'trace_preempt_exit_idle'
arch/arm/kernel/process.c:180: error: implicit declaration of function 'trace_preempt_enter_idle'
make[2]: *** [arch/arm/kernel/process.o] Error 1
make[1]: *** [arch/arm/kernel] Error 2

I didn't find any implementation of these functions in the kernel. Do we
need them or can I remove them?

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* 2.6.24.3-rt3 failure on ARM
@ 2008-03-17 11:09 Juergen Beisert
  0 siblings, 0 replies; 2+ messages in thread
From: Juergen Beisert @ 2008-03-17 11:09 UTC (permalink / raw)
  To: linux-rt-users

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-03-17 11:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-17 10:30 2.6.24.3-rt3 failure on ARM Juergen Beisert
  -- strict thread matches above, loose matches on Subject: below --
2008-03-17 11:09 Juergen Beisert

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).