Sergei Shtylyov wrote: > Hello, I wrote: > > >> After looking at the code, it turned out that this is because >> 'die_chain' is dealred as 'struct raw_notifier_head' (the same is true >> > > I meant "declared". RT patch changed these for i386 and x86_64 -- I > wonder > if it should be done forother archs also (BTW, RT kernel stops as soon as the > userland is started for some reason on my PPC board when I'm using 8250 > driver)... > > >> for i386), not struct atomic_notifier_head'. I wonder what should be >> fixed, the declaration or the call... >> > > I guess I'll follow the trend and convert the calls... > >
It is the case the case of RT patches for 2.6.21 you must convert the calls, else the system will hang on the first entry to the kgdb exception because the struct sizes are different. Jason. ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Kgdb-bugreport mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/kgdb-bugreport
