lkml.org 
[lkml]   [2005]   [Jun]   [12]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
DateSun, 12 Jun 2005 11:29:40 +0200
FromZoltan Boszormenyi <>
SubjectRe: [patch] Real-Time Preemption, -RT-2.6.12-rc6-V0.7.48-00
> does -48-13 work any better?
> 
> 	Ingo

x86-64 needs the attached patch to compile.
Some drivers also fail to compile because of
SPIN_LOCK_UNLOCKED changes, e.g. softdog and
four files under net/atm. Just take the x86-64 UP
config from FC3's latest errata kernel.
I haven't booted it yet.

A question, though: why do you comment out the
DMPS timer in drivers/char/vt.c?
Does it cause any problems? I applied the -RT tree
after the multiconsole patch and I had to modify
those four chunks manually.

Best regards,
Zoltán Böszörményi

--- arch/x86_64/kernel/init_task.c.old	2005-06-12 10:51:21.716609376 +0200
+++ arch/x86_64/kernel/init_task.c	2005-06-12 10:51:33.889758776 +0200
@@ -11,7 +11,7 @@
 #include <asm/desc.h>
 
 static struct fs_struct init_fs = INIT_FS;
-static struct files_struct init_files = INIT_FILES;
+static struct files_struct init_files = INIT_FILES(init_files);
 static struct signal_struct init_signals = INIT_SIGNALS(init_signals);
 static struct sighand_struct init_sighand = INIT_SIGHAND(init_sighand);
 struct mm_struct init_mm = INIT_MM(init_mm);
\
 
 \ /
  Last update: 2005-06-12 09:16    [W:0.126 / U:0.050 seconds]
©2003-2008 Jasper Spaans