summaryrefslogtreecommitdiffstats
path: root/include/asm-x86/vsyscall.h
Commit message (Collapse)AuthorAgeFilesLines
* x86: map vsyscalls early enoughIngo Molnar2008-01-301-0/+2
| | | | | | | | map vsyscalls early enough. This is important if a __vsyscall_fn function is used by other kernel code too. Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
* i386/x8664: cleanup the shared hpet codeChris Wright2007-10-121-3/+0Star
| | | | | | | | | | | Remove hpet_readl/writel from vsyscall.h, where it does not belong anyway. Use the hpet code itself. Signed-off-by: Chris Wright <chrisw@sous-sol.org> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>
* i386/x86_64: move headers to include/asm-x86Thomas Gleixner2007-10-111-0/+44
Move the headers to include/asm-x86 and fixup the header install make rules Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>