diff options
Diffstat (limited to 'sys/arch/luna88k/include')
-rw-r--r-- | sys/arch/luna88k/include/locore.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/luna88k/include/locore.h b/sys/arch/luna88k/include/locore.h index f31fd89595b..eeaacb50714 100644 --- a/sys/arch/luna88k/include/locore.h +++ b/sys/arch/luna88k/include/locore.h @@ -1,4 +1,4 @@ -/* $OpenBSD: locore.h,v 1.5 2005/04/27 14:09:45 miod Exp $ */ +/* $OpenBSD: locore.h,v 1.6 2005/12/03 14:30:02 miod Exp $ */ #ifndef _MACHINE_LOCORE_H_ #define _MACHINE_LOCORE_H_ @@ -12,12 +12,12 @@ unsigned read_processor_identification_register(void); int badaddr(vaddr_t addr, int size); #define badwordaddr(x) badaddr(x, 4) -void set_cpu_number(unsigned number); void doboot(void); -/* locore_c_routines.c */ +/* machdep.c */ unsigned getipl(void); +void set_cpu_number(cpuid_t); /* eh.S */ |