]> pilppa.org Git - linux-2.6-omap-h63xx.git/commit
x86 BIOS interface for RTC on SGI UV
authorRuss Anderson <rja@sgi.com>
Wed, 9 Jul 2008 20:27:19 +0000 (15:27 -0500)
committerIngo Molnar <mingo@elte.hu>
Fri, 18 Jul 2008 12:35:14 +0000 (14:35 +0200)
commit7019cc2dd6fafcdc6b104005482dc910dcdbb797
tree0f8e67c0b5146543d407dc9f07ace6aeb4b0bd12
parent5b664cb235e97afbf34db9c4d77f08ebd725335e
x86 BIOS interface for RTC on SGI UV

Real-time code needs to know the number of cycles per second
on SGI UV.  The information is provided via a run time BIOS
call.  This patch provides the linux side of that interface.
This is the first of several run time BIOS calls to be defined
in uv/bios.h and bios_uv.c.

Note that BIOS_CALL() is just a stub for now.  The bios
side is being worked on.

Signed-off-by: Russ Anderson <rja@sgi.com>
Cc: Jack Steiner <steiner@sgi.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/Makefile
arch/x86/kernel/bios_uv.c [new file with mode: 0644]
arch/x86/kernel/genx2apic_uv_x.c
include/asm-x86/uv/bios.h [new file with mode: 0644]