summaryrefslogtreecommitdiff
path: root/arch/x86/mach-visws
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2008-07-10 14:53:21 (GMT)
committerIngo Molnar <mingo@elte.hu>2008-07-10 16:55:33 (GMT)
commit5548ed1135842d1993a4ba699377a8a3c65dd568 (patch)
tree1ae79e5f24789c87477261dc7c3f6e2a284a2097 /arch/x86/mach-visws
parent5ab74722a4656612d1f3b087b1afd91133ec0eeb (diff)
downloadlinux-5548ed1135842d1993a4ba699377a8a3c65dd568.tar.xz
x86, VisWS: turn into generic arch, install proper PCI quirk
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/mach-visws')
-rw-r--r--arch/x86/mach-visws/setup_visws.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/x86/mach-visws/setup_visws.c b/arch/x86/mach-visws/setup_visws.c
index 8401208..bbc149f 100644
--- a/arch/x86/mach-visws/setup_visws.c
+++ b/arch/x86/mach-visws/setup_visws.c
@@ -28,6 +28,11 @@
char visws_board_type = -1;
char visws_board_rev = -1;
+int is_visws_box(void)
+{
+ return visws_board_type >= 0;
+}
+
static int __init visws_time_init_quirk(void)
{
printk(KERN_INFO "Starting Cobalt Timer system clock\n");