summaryrefslogtreecommitdiff
path: root/sys/arch/hppa64
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2011-11-10 23:14:14 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2011-11-10 23:14:14 +0000
commite011c10ca31fa506ba57d2bf8f06646eeb68ff74 (patch)
tree386ae8a90b72fb2b88247525da93885847245041 /sys/arch/hppa64
parentcdb00cded8c73d7ae01f3d72870fb822d32dfe59 (diff)
setting COM_FREQ here is very wrong
Diffstat (limited to 'sys/arch/hppa64')
-rw-r--r--sys/arch/hppa64/include/param.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/arch/hppa64/include/param.h b/sys/arch/hppa64/include/param.h
index 6a6ee024fff..bb75adaf669 100644
--- a/sys/arch/hppa64/include/param.h
+++ b/sys/arch/hppa64/include/param.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: param.h,v 1.15 2011/09/08 03:40:32 guenther Exp $ */
+/* $OpenBSD: param.h,v 1.16 2011/11/10 23:14:13 deraadt Exp $ */
/*
* Copyright (c) 1988-1994, The University of Utah and
@@ -83,8 +83,4 @@
#define btodb(x) ((x) >> DEV_BSHIFT)
#define dbtob(x) ((x) << DEV_BSHIFT)
-#ifndef _LOCORE
-#define COM_FREQ 7372800
-#endif
-
#define __SWAP_BROKEN