Changeset feb5915 in mainline for arch/sparc64/src/panic.S


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/src/panic.S

    r7614565 rfeb5915  
    3333.global panic_printf
    3434panic_printf:
    35         save %sp, -STACK_WINDOW_SAVE_AREA_SIZE, %sp
    3635        call printf
    3736        nop
     
    3938        nop
    4039        /* Not reached. */
    41         restore
    4240
Note: See TracChangeset for help on using the changeset viewer.