Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2067 → Rev 2068

/trunk/kernel/arch/sparc64/include/trap/trap_table.h
39,7 → 39,7
 
#define TRAP_TABLE_ENTRY_COUNT 1024
#define TRAP_TABLE_ENTRY_SIZE 32
#define TRAP_TABLE_SIZE (TRAP_TABLE_ENTRY_COUNT*TRAP_TABLE_ENTRY_SIZE)
#define TRAP_TABLE_SIZE (TRAP_TABLE_ENTRY_COUNT * TRAP_TABLE_ENTRY_SIZE)
 
#ifndef __ASM__