diff options
Diffstat (limited to 'sys/arch/mvme88k/include/locore.h')
-rw-r--r-- | sys/arch/mvme88k/include/locore.h | 26 |
1 files changed, 2 insertions, 24 deletions
diff --git a/sys/arch/mvme88k/include/locore.h b/sys/arch/mvme88k/include/locore.h index 630f999246e..642e77a7c87 100644 --- a/sys/arch/mvme88k/include/locore.h +++ b/sys/arch/mvme88k/include/locore.h @@ -1,4 +1,4 @@ -/* $OpenBSD: locore.h,v 1.23 2004/07/28 12:28:48 miod Exp $ */ +/* $OpenBSD: locore.h,v 1.24 2004/08/01 17:18:05 miod Exp $ */ #ifndef _MACHINE_LOCORE_H_ #define _MACHINE_LOCORE_H_ @@ -9,26 +9,7 @@ * C prototypes for various routines defined in locore_* and friends */ -/* locore_asm_routines.S */ - -unsigned int do_load_word(vaddr_t address, - boolean_t supervisor_mode); -unsigned int do_load_half(vaddr_t address, - boolean_t supervisor_mode); -unsigned int do_load_byte(vaddr_t address, - boolean_t supervisor_mode); - -void do_store_word(vaddr_t address, unsigned int data, - boolean_t supervisor_mode); -void do_store_half(vaddr_t address, unsigned int data, - boolean_t supervisor_mode); -void do_store_byte(vaddr_t address, unsigned int data, - boolean_t supervisor_mode); - -unsigned do_xmem_word(vaddr_t address, unsigned int data, - boolean_t supervisor_mode); -unsigned do_xmem_byte(vaddr_t address, unsigned int data, - boolean_t supervisor_mode); +/* subr.S */ unsigned read_processor_identification_register(void); int badaddr(vaddr_t addr, int size); @@ -41,9 +22,6 @@ int guarded_access(unsigned char *volatile address, /* locore_c_routines.c */ -void dae_print(unsigned *eframe); -void data_access_emulation(unsigned *eframe); - unsigned getipl(void); /* machdep.c */ |