diff options
author | Andrew Schultz <alschult@umich.edu> | 2004-05-25 16:36:20 -0400 |
---|---|---|
committer | Andrew Schultz <alschult@umich.edu> | 2004-05-25 16:36:20 -0400 |
commit | f0d45c797c40b91b7021699f0aa202d06015a94e (patch) | |
tree | 198bbccc1b28be519ac6715939a950b84c137655 /kern | |
parent | ced021a78f28b4f44bb10233f4acd3a1cae81e2b (diff) | |
parent | 391f228fdaba2d15875ffee5747637c0cd257c71 (diff) | |
download | gem5-f0d45c797c40b91b7021699f0aa202d06015a94e.tar.xz |
Merge zizzer:/bk/linux
into zower.eecs.umich.edu:/.automount/zizzer/z/alschult/DiskModel/linux
--HG--
extra : convert_revision : 67753db3defad3c44640df09a9465670f1667800
Diffstat (limited to 'kern')
-rw-r--r-- | kern/linux/linux_syscalls.hh | 2 |
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) { |