projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e292c9
)
ARM: Fix an ioctl constant.
author
Ali Saidi
<saidi@eecs.umich.edu>
Wed, 29 Jul 2009 07:09:44 +0000
(
00:09
-0700)
committer
Ali Saidi
<saidi@eecs.umich.edu>
Wed, 29 Jul 2009 07:09:44 +0000
(
00:09
-0700)
src/arch/arm/linux/linux.hh
patch
|
blob
|
history
diff --git
a/src/arch/arm/linux/linux.hh
b/src/arch/arm/linux/linux.hh
index 982652ddca4b0e207ef4f34124179ccf98b2fabc..d99fa8e49789758f9f15811e6e75eae6e9b074cf 100644
(file)
--- a/
src/arch/arm/linux/linux.hh
+++ b/
src/arch/arm/linux/linux.hh
@@
-77,7
+77,7
@@
class ArmLinux : public Linux
//@{
/// ioctl() command codes.
- static const unsigned TIOCGETP_ = 0x
40067408
;
+ static const unsigned TIOCGETP_ = 0x
5401
;
static const unsigned TIOCSETP_ = 0x80067409;
static const unsigned TIOCSETN_ = 0x8006740a;
static const unsigned TIOCSETC_ = 0x80067411;