Changeset feb5915 in mainline for arch/sparc64/Makefile.inc


Ignore:
Timestamp:
2005-12-29T19:17:29Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
80bff342
Parents:
7614565
Message:

sparc64 work.
Rename saving_handler() to preemptible_handler()
and fix it to make sparc64 kernel preemptive.
Add two handlers for two fatal exceptions (i.e.
instruction_access_exception and mem_address_not_aligned.
Fix panic_printf() to not allocate its own register window.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/sparc64/Makefile.inc

    r7614565 rfeb5915  
    6161        arch/$(ARCH)/src/trap/trap_table.S \
    6262        arch/$(ARCH)/src/trap/trap.c \
     63        arch/$(ARCH)/src/trap/exception.c \
    6364        arch/$(ARCH)/src/trap/interrupt.c \
    6465        arch/$(ARCH)/src/drivers/tick.c
Note: See TracChangeset for help on using the changeset viewer.