summaryrefslogtreecommitdiffstats
path: root/include/asm-mips/termbits.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2006-10-11 01:22:12 +0100
committerRalf Baechle <ralf@linux-mips.org>2006-10-11 19:30:59 +0100
commit04d4d7d5e36957b2d941310fc8243aa7bf036f3b (patch)
tree23e8c6466515a4deaa14e6fc5cd0047a0b13e3c8 /include/asm-mips/termbits.h
parent472f291df59fc1c5eb3ade74a50bfa222030e736 (diff)
downloadop-kernel-dev-04d4d7d5e36957b2d941310fc8243aa7bf036f3b.zip
op-kernel-dev-04d4d7d5e36957b2d941310fc8243aa7bf036f3b.tar.gz
[MIPS] Cleanup definitions of speed_t and tcflag_t.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include/asm-mips/termbits.h')
-rw-r--r--include/asm-mips/termbits.h12
1 files changed, 3 insertions, 9 deletions
diff --git a/include/asm-mips/termbits.h b/include/asm-mips/termbits.h
index fa6d04d..b62ec7c 100644
--- a/include/asm-mips/termbits.h
+++ b/include/asm-mips/termbits.h
@@ -3,7 +3,7 @@
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
- * Copyright (C) 1995, 1996, 1999, 2001 Ralf Baechle
+ * Copyright (C) 1995, 96, 99, 2001, 06 Ralf Baechle
* Copyright (C) 1999 Silicon Graphics, Inc.
* Copyright (C) 2001 MIPS Technologies, Inc.
*/
@@ -13,14 +13,8 @@
#include <linux/posix_types.h>
typedef unsigned char cc_t;
-#if (_MIPS_SZLONG == 32)
-typedef unsigned long speed_t;
-typedef unsigned long tcflag_t;
-#endif
-#if (_MIPS_SZLONG == 64)
-typedef __u32 speed_t;
-typedef __u32 tcflag_t;
-#endif
+typedef unsigned int speed_t;
+typedef unsigned int tcflag_t;
/*
* The ABI says nothing about NCC but seems to use NCCS as
OpenPOWER on IntegriCloud