Changeset 382fb4ba in mainline for kernel/arch/sparc32/Makefile.inc


Ignore:
Timestamp:
2013-12-10T22:33:33Z (10 years ago)
Author:
Jakub Klama <jakub.klama@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f7a33de
Parents:
2955bb9
Message:

Fixes as follows:

  • memcpy_from/to_uspace - fixed return value when size is 0
  • saving UWB pointer after thead runs
  • preemptible trap/syscall fixes
  • support for missing page fault types in page_fault()
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/sparc32/Makefile.inc

    r2955bb9 r382fb4ba  
    4848        arch/$(KARCH)/src/context.S \
    4949        arch/$(KARCH)/src/debug/stacktrace.c \
     50        arch/$(KARCH)/src/debug/stacktrace_asm.S \
    5051        arch/$(KARCH)/src/proc/scheduler.c \
    5152        arch/$(KARCH)/src/proc/task.c \
Note: See TracChangeset for help on using the changeset viewer.