changeset d6f1c81980e2 in /z/repo/m5
details: http://repo.m5sim.org/m5?cmd=changeset;node=d6f1c81980e2
description:
ARM: Fix an ioctl constant.
diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
src/arch/arm/linux/linux.hh | 2 +-
diffs (12 lines):
diff -r 3a2197efb6ec -r d6f1c81980e2 src/arch/arm/linux/linux.hh
--- a/src/arch/arm/linux/linux.hh Mon Jul 27 00:55:14 2009 -0700
+++ b/src/arch/arm/linux/linux.hh Wed Jul 29 00:09:44 2009 -0700
@@ -77,7 +77,7 @@
//@{
/// ioctl() command codes.
- static const unsigned TIOCGETP_ = 0x40067408;
+ static const unsigned TIOCGETP_ = 0x5401;
static const unsigned TIOCSETP_ = 0x80067409;
static const unsigned TIOCSETN_ = 0x8006740a;
static const unsigned TIOCSETC_ = 0x80067411;
_______________________________________________
m5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/m5-dev