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


Ignore:
Timestamp:
2005-12-27T21:40:02Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
feb5915
Parents:
1120276
Message:

sparc64 work.
Fix clean_window trap handler so that it clears output registers instead of input registers!
Fix interrupt handlers to save global registers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/sparc64/src/panic.S

    r1120276 r7614565  
    2929.text
    3030
     31#include <arch/stack.h>
     32
    3133.global panic_printf
    3234panic_printf:
     35        save %sp, -STACK_WINDOW_SAVE_AREA_SIZE, %sp
    3336        call printf
    3437        nop
     
    3639        nop
    3740        /* Not reached. */
     41        restore
     42
Note: See TracChangeset for help on using the changeset viewer.