Changeset 687c3cd in mainline for kernel/arch/ia32/src/proc/scheduler.c
- Timestamp:
- 2009-02-14T21:06:57Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4cac212c
- Parents:
- 74bcf5e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia32/src/proc/scheduler.c
r74bcf5e r687c3cd 39 39 #include <arch.h> 40 40 #include <arch/context.h> /* SP_DELTA */ 41 #include <arch/debugger.h>42 41 #include <arch/pm.h> 43 42 #include <arch/asm.h> … … 71 70 /* Set up TLS in GS register */ 72 71 set_tls_desc(THREAD->arch.tls); 73 74 #ifdef CONFIG_DEBUG_AS_WATCHPOINT75 /* Set watchpoint on AS to ensure that nobody sets it to zero */76 if (CPU->id < BKPOINTS_MAX) {77 the_t *the = THE;78 breakpoint_add(&((the_t *) the->thread->kstack)->as,79 BKPOINT_WRITE | BKPOINT_CHECK_ZERO, the->cpu->id);80 }81 #endif82 72 } 83 73
Note:
See TracChangeset
for help on using the changeset viewer.