|
|
| File: [Development] / linux-2.6-xfs / arch / x86 / vdso / vvar.c (download)
Revision 1.1, Mon Dec 3 16:26:37 2007 UTC (9 years, 10 months ago) by lachlan.longdrop.melbourne.sgi.com
Merge up to 2.6.24-rc3 Merge of 2.6.x-xfs-melb:linux:30183b by kenmcd. |
/* Define pointer to external vDSO variables. These are part of the vDSO. The kernel fills in the real addresses at boot time. This is done because when the vdso is linked the kernel isn't yet and we don't know the final addresses. */ #include <linux/kernel.h> #include <linux/time.h> #include <asm/vsyscall.h> #include <asm/timex.h> #include <asm/vgtod.h> #define VEXTERN(x) typeof (__ ## x) *const vdso_ ## x = (void *)VMAGIC; #include "vextern.h"