paravirt: unstatic smp_store_cpu_info
[linux-2.6] / arch / i386 / kernel / vsyscall-note.S
1 /*
2  * This supplies .note.* sections to go into the PT_NOTE inside the vDSO text.
3  * Here we can supply some information useful to userland.
4  */
5
6 #include <linux/version.h>
7 #include <linux/elfnote.h>
8
9 /* Ideally this would use UTS_NAME, but using a quoted string here
10    doesn't work. Remember to change this when changing the
11    kernel's name. */
12 ELFNOTE_START(Linux, 0, "a")
13         .long LINUX_VERSION_CODE
14 ELFNOTE_END