summaryrefslogtreecommitdiff
path: root/kern/linux/thread_info.hh
diff options
context:
space:
mode:
authorAli Saidi <saidi@eecs.umich.edu>2005-06-05 04:08:41 -0400
committerAli Saidi <saidi@eecs.umich.edu>2005-06-05 04:08:41 -0400
commitd9991ff59953389251c6d081c6318ac1e0549954 (patch)
treeb9cb82ff4081ce1d5fe154d65d31d2cb446dfcbb /kern/linux/thread_info.hh
parent2ccbeef33813dfff99bd45fa53709ea92fc67fe7 (diff)
parent5070f27c694571eb238bb2f98d69cf06d551994c (diff)
downloadgem5-d9991ff59953389251c6d081c6318ac1e0549954.tar.xz
Merge zizzer:/bk/m5 into zeep.eecs.umich.edu:/z/saidi/work/m5-clean
--HG-- extra : convert_revision : 6fce1b31995cf5c68bd2f4bdfa2b88db6dcd006c
Diffstat (limited to 'kern/linux/thread_info.hh')
-rw-r--r--kern/linux/thread_info.hh18
1 files changed, 2 insertions, 16 deletions
diff --git a/kern/linux/thread_info.hh b/kern/linux/thread_info.hh
index 1b4053a78..d4253b16a 100644
--- a/kern/linux/thread_info.hh
+++ b/kern/linux/thread_info.hh
@@ -6,22 +6,8 @@
namespace Linux {
struct thread_info {
- struct pcb_struct pcb; /* palcode state */
-
- Addr_a task; /* main task structure */
- uint32_t flags; /* low level flags */
- uint32_t ieee_state; /* see fpu.h */
-
- Addr_a exec_domain; /* execution domain */
- uint64_ta addr_limit; /* thread address space */
- int64_ta cpu; /* current CPU */
- int32_t preempt_count; /* 0 => preemptable, <0 => BUG */
-
- int32_t bpt_nsaved;
- uint64_ta bpt_addr[2]; /* breakpoint handling */
- uint32_t bpt_insn[2];
-
- /*restart_block;*/
+ struct pcb_struct pcb;
+ Addr_a task;
};
}
#endif /* __ALPHA_THREAD_INFO_H__ */