Changeset 2b95d13 in mainline for kernel/arch/mips32
- Timestamp:
- 2013-03-12T21:07:15Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 606f6a1
- Parents:
- 976c434 (diff), eceff5f (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - Location:
- kernel/arch/mips32
- Files:
-
- 1 edited
- 35 moved
-
include/arch/arch.h (moved) (moved from kernel/arch/mips32/include/arch.h )
-
include/arch/asm.h (moved) (moved from kernel/arch/mips32/include/asm.h )
-
include/arch/asm/boot.h (moved) (moved from kernel/arch/mips32/include/asm/boot.h )
-
include/arch/asm/regname.h (moved) (moved from kernel/arch/mips32/include/asm/regname.h )
-
include/arch/atomic.h (moved) (moved from kernel/arch/mips32/include/atomic.h )
-
include/arch/barrier.h (moved) (moved from kernel/arch/mips32/include/barrier.h )
-
include/arch/cache.h (moved) (moved from kernel/arch/mips32/include/cache.h )
-
include/arch/context.h (moved) (moved from kernel/arch/mips32/include/context.h )
-
include/arch/context_offset.h (moved) (moved from kernel/arch/mips32/include/context_offset.h )
-
include/arch/cp0.h (moved) (moved from kernel/arch/mips32/include/cp0.h )
-
include/arch/cpu.h (moved) (moved from kernel/arch/mips32/include/cpu.h )
-
include/arch/cycle.h (moved) (moved from kernel/arch/mips32/include/cycle.h )
-
include/arch/debug.h (moved) (moved from kernel/arch/mips32/include/debug.h )
-
include/arch/debugger.h (moved) (moved from kernel/arch/mips32/include/debugger.h )
-
include/arch/drivers/msim.h (moved) (moved from kernel/arch/mips32/include/drivers/msim.h )
-
include/arch/elf.h (moved) (moved from kernel/arch/mips32/include/elf.h )
-
include/arch/exception.h (moved) (moved from kernel/arch/mips32/include/exception.h )
-
include/arch/faddr.h (moved) (moved from kernel/arch/mips32/include/faddr.h )
-
include/arch/fpu_context.h (moved) (moved from kernel/arch/mips32/include/fpu_context.h )
-
include/arch/interrupt.h (moved) (moved from kernel/arch/mips32/include/interrupt.h )
-
include/arch/istate.h (moved) (moved from kernel/arch/mips32/include/istate.h )
-
include/arch/mach/malta/malta.h (moved) (moved from kernel/arch/mips32/include/mach/malta/malta.h )
-
include/arch/mach/msim/msim.h (moved) (moved from kernel/arch/mips32/include/mach/msim/msim.h )
-
include/arch/machine_func.h (moved) (moved from kernel/arch/mips32/include/machine_func.h )
-
include/arch/mm/as.h (moved) (moved from kernel/arch/mips32/include/mm/as.h )
-
include/arch/mm/asid.h (moved) (moved from kernel/arch/mips32/include/mm/asid.h )
-
include/arch/mm/frame.h (moved) (moved from kernel/arch/mips32/include/mm/frame.h )
-
include/arch/mm/km.h (moved) (moved from kernel/arch/mips32/include/mm/km.h )
-
include/arch/mm/page.h (moved) (moved from kernel/arch/mips32/include/mm/page.h )
-
include/arch/mm/tlb.h (moved) (moved from kernel/arch/mips32/include/mm/tlb.h )
-
include/arch/proc/task.h (moved) (moved from kernel/arch/mips32/include/proc/task.h )
-
include/arch/proc/thread.h (moved) (moved from kernel/arch/mips32/include/proc/thread.h )
-
include/arch/smp/dorder.h (moved) (moved from kernel/arch/mips32/include/smp/dorder.h )
-
include/arch/stack.h (moved) (moved from kernel/arch/mips32/include/stack.h ) (1 diff)
-
include/arch/types.h (moved) (moved from kernel/arch/mips32/include/types.h )
-
src/mips32.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/mips32/include/arch/stack.h
r976c434 r2b95d13 36 36 #define KERN_mips32_STACK_H_ 37 37 38 #include <config.h> 39 40 #define MEM_STACK_SIZE STACK_SIZE 41 38 42 #define STACK_ITEM_SIZE 4 39 43 #define STACK_ALIGNMENT 8 -
kernel/arch/mips32/src/mips32.c
r976c434 r2b95d13 180 180 { 181 181 supervisor_sp = 182 (uintptr_t) &THREAD->kstack[STACK_SIZE - SP_DELTA];182 (uintptr_t) &THREAD->kstack[STACK_SIZE]; 183 183 } 184 184
Note:
See TracChangeset
for help on using the changeset viewer.
