Re: [Fastboot] Re: [announce] kexec for linux 2.6.6
From: David Mosberger
Date: Wed May 12 2004 - 17:35:46 EST
>>>>> On Wed, 12 May 2004 15:28:15 -0700, Andrew Morton <akpm@xxxxxxxx> said:
>> ia64 does have VDSO (and has had it for some time).
>> I quite like Uli's idea.
Andrew> Is anyone doing VDSO development for x86? I don't recall
Andrew> seeing anything.
It's already there?
--david
$ tail -17 arch/i386/kernel/vsyscall.lds
/*
* This controls what symbols we export from the DSO.
*/
VERSION
{
LINUX_2.5 {
global:
__kernel_vsyscall;
__kernel_sigreturn;
__kernel_rt_sigreturn;
local: *;
};
}
/* The ELF entry point can be used to set the AT_SYSINFO value. */
ENTRY(__kernel_vsyscall);
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/