Ignore:
Timestamp:
2006-02-26T12:02:25Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4767721
Parents:
7a255e69
Message:

sparc64 work.
Switch console to framebuffer (needs proper detection and initialization).
No native keyboard support, so far.
Memory management trap handler fixes.
Do not use OpenFirmware trap table anymore.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/sparc64/include/trap/exception.h

    r7a255e69 r7cb53f62  
    3131
    3232#define TT_INSTRUCTION_ACCESS_EXCEPTION         0x08
     33#define TT_ILLEGAL_INSTRUCTION                  0x10
    3334#define TT_MEM_ADDRESS_NOT_ALIGNED              0x34
    3435
     
    3637extern void do_instruction_access_exc(void);
    3738extern void do_mem_address_not_aligned(void);
     39extern void do_illegal_instruction(void);
    3840#endif /* !__ASM__ */
    3941
Note: See TracChangeset for help on using the changeset viewer.