changeset 3db61f7be690 in /z/repo/linux/patches
details: http://m5sim.org/repolinux/patches?cmd=changeset;node=3db61f7be690
summary: M5 Struct: add two missing symbols for M5 ThreadInfo

diffstat:

1 file changed, 3 insertions(+), 1 deletion(-)
m5/m5struct.diff |    4 +++-

diffs (20 lines):

diff -r 5a158de4281e -r 3db61f7be690 m5/m5struct.diff
--- a/m5/m5struct.diff  Tue Jan 15 23:16:40 2008 -0500
+++ b/m5/m5struct.diff  Mon May 26 00:24:14 2008 -0400
@@ -16,7 +16,7 @@ new file mode 100644
 new file mode 100644
 --- /dev/null
 +++ b/kernel/m5struct.c
-@@ -0,0 +1,44 @@
+@@ -0,0 +1,46 @@
 +/*
 + * Copyright (c) 2005
 + * The Regents of The University of Michigan
@@ -59,5 +59,7 @@ new file mode 100644
 +
 +const int task_struct_size = sizeof(struct task_struct);
 +const int task_struct_pid = offsetof(struct task_struct, pid);
++const int task_struct_start_time = offsetof(struct task_struct, start_time);
 +const int task_struct_comm = offsetof(struct task_struct, comm);
++const int task_struct_comm_size = TASK_COMM_LEN;
 +
_______________________________________________
m5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/m5-dev

Reply via email to