summaryrefslogtreecommitdiff
path: root/kern
diff options
context:
space:
mode:
authorAli Saidi <saidi@eecs.umich.edu>2004-05-25 15:59:54 -0400
committerAli Saidi <saidi@eecs.umich.edu>2004-05-25 15:59:54 -0400
commit391f228fdaba2d15875ffee5747637c0cd257c71 (patch)
treeb5179c7a873a9f2d76524e9bb758ee1ac91ef411 /kern
parent74c494a4eb868af99ebd77738685e4abb65743e7 (diff)
downloadgem5-391f228fdaba2d15875ffee5747637c0cd257c71.tar.xz
Changed name of lisa's device to NSgigE instead of Etherdev so it
doesn't conflict with the old ethernet driver name. Added config file to try to boot Tru64 with Tsunami Cleaned up kern/linux a bit more and fixed bug where we were using Tru64 system calls dev/ns_gige.cc: dev/ns_gige.hh: dev/tsunami.hh: Changed name of lisa's device to NSgigE instead of Etherdev so it doesn't conflict with the old ethernet driver name. kern/linux/linux_syscalls.hh: the Syscalls still used the Tru64 calls, oops.. fixed. --HG-- extra : convert_revision : dedd20686cc367ed37f31920f753566afbc69045
Diffstat (limited to 'kern')
-rw-r--r--kern/linux/linux_syscalls.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/kern/linux/linux_syscalls.hh b/kern/linux/linux_syscalls.hh
index 54d2391a8..d8f2123d7 100644
--- a/kern/linux/linux_syscalls.hh
+++ b/kern/linux/linux_syscalls.hh
@@ -311,6 +311,8 @@ struct SystemCalls<Linux>
StandardNumber
};
+ static const int Number = StandardNumber;
+
static const char *name(int num);
static bool validSyscallNumber(int num) {