lkml.org 
[lkml]   [2005]   [Jan]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
SubjectRe: [patch] Real-Time Preemption, -RT-2.6.10-mm1-V0.7.34-00
Date
On 4 Jan 2005, at 10:45, Ingo Molnar wrote:

>
> * Bill Huey <bhuey@lnxw.com> wrote:
>
>> You'll have to apply Ingo's patch so that it gets rejects and then
>> apply this patch on top of it so that it resolves those issues. It's a
>> bit sloppy, but this'll at least be somewhat workable until Ingo comes
>> back and pounds us with patches. :)
>
> i've uploaded my port:
>
> http://redhat.com/~mingo/realtime-preempt/
>
> this is mainly a straight port from 2.6.10-rc3-mm1 to 2.6.10-mm1, plus
> i
> picked up a post-2.6.10-mm1 audio-driver buildsystem fix-patch. Please
> (re-)report any new or old regressions.
>
> to create a -V0.7.34-00 tree from scratch, the patching order is:
>
> http://kernel.org/pub/linux/kernel/v2.6/linux-2.6.10.tar.bz2
>
> http://kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.10/
> 2.6.10-mm1/2.6.10-mm1.bz2
>
> http://redhat.com/~mingo/realtime-preempt/realtime-preempt-2.6.10-mm1-
> V0.7.34-00
>

AS [M] arch/i386/crypto/aes-i586-asm.o
CC [M] arch/i386/crypto/aes.o
LD [M] arch/i386/crypto/aes-i586.o
CC kernel/sched.o
CC kernel/fork.o
CC kernel/exec_domain.o
CC kernel/panic.o
CC kernel/printk.o
CC kernel/profile.o
CC kernel/exit.o
CC kernel/itimer.o
CC kernel/time.o
kernel/time.c: In function `sys_gettimeofday':
kernel/time.c:164: error: syntax error before ')' token
make[3]: *** [kernel/time.o] Error 1
make[2]: *** [kernel] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.70899 (%build)

--- linux-2.6.10-mm1-V0.7.34-00/kernel/time.c.old 2005-01-04 11:46:32.000000000 +0100
+++ linux-2.6.10-mm1-V0.7.34-00/kernel/time.c 2005-01-04 11:50:21.000000000 +0100
@@ -161,7 +161,7 @@
" sti; cli; mov %ax,%ss; mov %ss,%ax; mov %ax,%ss; "
" cli; mov %ax,%ss; "
" cli; mov %ax,%ss; cli; "
-" mov %ax,%ss; mov %ax,%ss; sti; sti; sti; sti");
+" mov %ax,%ss; mov %ax,%ss; sti; sti; sti; sti";
#ifdef CONFIG_LATENCY_TRACE
if (!tv && ((long)tz == 1))
return user_trace_start();
\
 
 \ /
  Last update: 2005-03-22 14:09    [W:0.554 / U:0.100 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site