public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* CONFIG_PREEMPT_RT patch on Apollon (OMAP2)
@ 2006-11-27  6:59 Kyungmin Park
  2006-11-27 19:09 ` Dirk Behme
  2006-11-28  6:14 ` Dirk Behme
  0 siblings, 2 replies; 6+ messages in thread
From: Kyungmin Park @ 2006-11-27  6:59 UTC (permalink / raw)
  To: linux-omap-open-source

[-- Attachment #1: Type: text/plain, Size: 533 bytes --]

Hi, Dirk Behme

As you mentioned, I tried to use CONFIG_PREEMPT_RT patch.
But there's some issues.

1. ethernet flags
  - After change from IRQF_RISING to IRQF_HIGH in recent OMAP2 patch. it occurs the GPIO bug message in line 1005.
    So I reverted IRQF_RISING as before. then it's working.

2. Too many loads???
  - After booting. I think the system is too slow. and also it's unstable. After some opeartions. it's hang.

3. ARMv6 support
  - current cmpxchg support for under ARMv6 only.

Thank you,
Kyungmin Park

[-- Attachment #2: Type: text/plain, Size: 0 bytes --]



^ permalink raw reply	[flat|nested] 6+ messages in thread
* Re: CONFIG_PREEMPT_RT patch on Apollon (OMAP2)
@ 2006-11-28  8:09 Kyungmin Park
  0 siblings, 0 replies; 6+ messages in thread
From: Kyungmin Park @ 2006-11-28  8:09 UTC (permalink / raw)
  To: Kevin Hilman; +Cc: linux-omap-open-source@linux.omap.com

[-- Attachment #1: Type: text/plain, Size: 1088 bytes --]

Actually I used the 32K timer.

I tested it with fsstress on JFFS2 filesystem.


diff --git a/arch/arm/plat-omap/Kconfig b/arch/arm/plat-omap/Kconfig
index f0ce772..5cccb0c 100644
--- a/arch/arm/plat-omap/Kconfig
+++ b/arch/arm/plat-omap/Kconfig
@@ -11,9 +11,11 @@ choice

 config ARCH_OMAP1
        bool "TI OMAP1"
+       select GENERIC_TIME

 config ARCH_OMAP2
        bool "TI OMAP2"
+       select GENERIC_TIME if OMAP_32K_TIMER

 endchoice

Thank you,
Kyungmin Park



------- Original Message -------
Sender : Kevin Hilman<khilman@mvista.com> 
Date   : 2006-11-28 16:08
Title  : Re: CONFIG_PREEMPT_RT patch on Apollon (OMAP2)

Dirk Behme wrote:
> Kyungmin Park wrote:
>> 2. Too many loads???
>>   - After booting. I think the system is too slow. and also it's
>> unstable. After some opeartions. it's hang.
> 
> Two additional things:
> 
> - Do you converted OMAP2 timer to clocksource as well (timer-gp.c)? I
> think our clocksource patch only covers OMAP1 (Kevin?).

Correct, only OMAP1 clocksource/clockevent done so far.

Kevin



[-- Attachment #2: Type: text/plain, Size: 0 bytes --]



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

end of thread, other threads:[~2006-11-30 21:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-27  6:59 CONFIG_PREEMPT_RT patch on Apollon (OMAP2) Kyungmin Park
2006-11-27 19:09 ` Dirk Behme
2006-11-30 21:35   ` David Brownell
2006-11-28  6:14 ` Dirk Behme
2006-11-28  7:08   ` Kevin Hilman
  -- strict thread matches above, loose matches on Subject: below --
2006-11-28  8:09 Kyungmin Park

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox