Hi all,
Looks like some debug code accidently leaked into this kernel/sys.c:
if (option == 9998) {
int i;
for (i = 0; i < arg2; i++)
asm ("movl $0x12341234, %%eax; movl %%eax,
%%cr3":::"eax");
return 1;
}
if (option == 9999) {
int i;
for (i = 0; i < arg2; i++)
asm (".byte 0x0f, 0x01, 0xc1");
return 0;
}
In include/linux/irqflags.h safe_halt changed from a macro to a static
inline function which results in tons of warnings for architectures
other than x86[-64]:
include/linux/irqflags.h:99: warning: implicit declaration of function
'raw_safe_halt'
Apart from these two issues 2.6.20-rc4-rt0 seems to run on my arm
system.
Sascha
--
Dipl.-Ing. Sascha Hauer | http://www.pengutronix.de
Pengutronix - Linux Solutions for Science and Industry
Handelsregister: Amtsgericht Hildesheim, HRA 2686
Hannoversche Str. 2, 31134 Hildesheim, Germany
Phone: +49-5121-206917-0 | Fax: +49-5121-206917-9
-
To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html